mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-06 20:17:21 +08:00
Remove spurious new line in fix message
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user