diff --git a/src/ShellCheck/Formatter/TTY.hs b/src/ShellCheck/Formatter/TTY.hs index acc1ff4..3e0a2a8 100644 --- a/src/ShellCheck/Formatter/TTY.hs +++ b/src/ShellCheck/Formatter/TTY.hs @@ -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]