bs/is: show a trailing blank line in single column reports, for consistency

This commit is contained in:
Simon Michael 2017-07-25 12:46:56 -07:00
parent 9d4d6ebc4d
commit 115ed3aead

View File

@ -119,6 +119,7 @@ compoundBalanceCommand CompoundBalanceCommandSpec{..} CliOpts{command_=cmd, repo
[ "Total:" [ "Total:"
, "--------------------" , "--------------------"
, padLeftWide 20 $ showamt (getSum total) , padLeftWide 20 $ showamt (getSum total)
, ""
] ]
where where
showamt | color_ ropts' = cshowMixedAmountWithoutPrice showamt | color_ ropts' = cshowMixedAmountWithoutPrice