From 7d2c519d64c233962fc449ab80a287f7c2206121 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Sun, 16 Dec 2018 22:17:44 -0800 Subject: [PATCH] Remove spurious new line in fix message --- src/ShellCheck/Formatter/TTY.hs | 1 - 1 file changed, 1 deletion(-) 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]