Remove spurious new line in fix message
This commit is contained in:
parent
3403f8d75b
commit
7d2c519d64
|
@ -150,7 +150,6 @@ showFixedString color comments lineNum fileLines =
|
||||||
-- in the spirit of error prone
|
-- in the spirit of error prone
|
||||||
putStrLn $ color "message" "Did you mean: "
|
putStrLn $ color "message" "Did you mean: "
|
||||||
putStrLn $ unlines $ fixedString first fileLines
|
putStrLn $ unlines $ fixedString first fileLines
|
||||||
putStrLn ""
|
|
||||||
_ -> return ()
|
_ -> return ()
|
||||||
|
|
||||||
fixedString :: PositionedComment -> [String] -> [String]
|
fixedString :: PositionedComment -> [String] -> [String]
|
||||||
|
|
Loading…
Reference in New Issue