newlines before failed message

needed if a long message was shown
This commit is contained in:
Joey Hess 2010-10-19 14:15:53 -04:00
parent 4f8d28819d
commit 731cabbe3d

View file

@ -106,4 +106,4 @@ showEndOk = do
liftIO $ putStrLn " ok" liftIO $ putStrLn " ok"
showEndFail :: Annex () showEndFail :: Annex ()
showEndFail = do showEndFail = do
liftIO $ putStrLn " failed" liftIO $ putStrLn "\nfailed"