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

@ -219,7 +219,7 @@ showPackageDetailedInfo pkginfo =
, entry , entry
"Versions installed" "Versions installed"
installedVersions installedVersions
( altText (altText
null null
(if hasLib pkginfo then "[ Not installed ]" else "[ Unknown ]") (if hasLib pkginfo then "[ Not installed ]" else "[ Unknown ]")
) )

View File

@ -714,7 +714,7 @@ func
#test some indentation thingy #test some indentation thingy
func = func =
( lkjadljasldjalskdjaldjalsdjkalsdjlaksdjlasjdlajsaldskj (lkjadljasldjalskdjaldjalsdjkalsdjlaksdjlasjdlajsaldskj
$ abc $ abc
$ def $ def
$ ghi $ ghi
@ -840,7 +840,7 @@ showPackageDetailedInfo pkginfo =
, entry , entry
"Versions installed" "Versions installed"
installedVersions installedVersions
( altText (altText
null null
(if hasLib pkginfo then "[ Not installed ]" else "[ Unknown ]") (if hasLib pkginfo then "[ Not installed ]" else "[ Unknown ]")
) )

View File

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