Skip to content

Commit 372ee38

Browse files
committed
Merge pull request #1559 from tebello-thejane/patch-1
Remove aberrant double spaces in generated text
2 parents eb7b95e + ee81fed commit 372ee38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Build/Installed.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ processLoadResult mdb _ (reason, lh) = do
191191
, packageNameText (fst (lhPair lh))
192192
] ++
193193
maybe [] (\db -> [", from ", T.pack (show db), ","]) mdb ++
194-
[ " due to "
194+
[ " due to"
195195
, case reason of
196196
Allowed -> " the impossible?!?!"
197197
NeedsProfiling -> " it needing profiling."

0 commit comments

Comments
 (0)