mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-14 09:03:08 -07:00
Remove spurious new line in fix message
This commit is contained in:
parent
3403f8d75b
commit
7d2c519d64
1 changed files with 0 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue