Remove spurious new line in fix message

This commit is contained in:
Ng Zhi An 2018-12-16 22:17:44 -08:00
parent 3403f8d75b
commit 7d2c519d64
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ showFixedString color comments lineNum fileLines =
-- in the spirit of error prone
putStrLn $ color "message" "Did you mean: "
putStrLn $ unlines $ fixedString first fileLines
putStrLn ""
_ -> return ()
fixedString :: PositionedComment -> [String] -> [String]