add back missing newline to showRaw

This commit is contained in:
Joey Hess 2015-11-10 14:06:07 -04:00
parent cd7929034a
commit 468e52fbe3
Failed to extract signature

View file

@ -169,7 +169,7 @@ showHeader :: String -> Annex ()
showHeader h = outputMessage q $ (h ++ ": ")
showRaw :: String -> Annex ()
showRaw = outputMessage q
showRaw s = outputMessage q (s ++ "\n")
setupConsole :: IO ()
setupConsole = do