Remove space after opening parenthesis (fixes #87)

pull/97/head
Lennart Spitzner 2017-12-28 20:46:03 +01:00
parent 96b3a3ab93
commit 43abab2dd2
3 changed files with 4 additions and 4 deletions

View File

@ -327,7 +327,7 @@ layoutExpr lexpr@(L _ expr) = do
]
, docSetBaseY $ docLines
[ docCols ColOpPrefix
[ docParenLSep
[ docLit $ Text.pack "("
, docAddBaseY (BrIndentSpecial 2) innerExpDoc
]
, docLit $ Text.pack ")"