fixed small regression in number of newlines at the end of incomestatement, balancesheet, cashflow outputs

This commit is contained in:
Justin Le 2017-02-04 00:51:10 -08:00 committed by Simon Michael
parent baf232d3d9
commit bc67c2a769

View File

@ -62,7 +62,7 @@ balanceviewReport BV{..} CliOpts{reportopts_=ropts} j = do
bvqueries
mapM_ putStrLn (bvname : "" : views)
unless (no_total_ ropts) . putStrLn . unlines $
unless (no_total_ ropts) . mapM_ putStrLn $
[ "Total:"
, "--------------------"
, padleft 20 $ showMixedAmountWithoutPrice (getSum amt)