Don't want newline after makeCase

This commit is contained in:
Edwin Brady 2015-07-31 12:18:26 +01:00
parent 2c7563c4e3
commit 0f80f562a0

View File

@ -170,7 +170,7 @@ makeCase fn updatefile l n
do let fb = fn ++ "~"
runIO $ writeSource fb (unlines (before ++ newcase ++ later))
runIO $ copyFile fb fn
else iPrintResult (unlines newcase)
else iPrintResult (showSep "\n" newcase)
where addCaseSkel n line =
let b = brackets False line in
case findSubstr ('?':n) line of