whitespace
This commit is contained in:
parent
059825a9b2
commit
6a61c96481
@ -175,7 +175,7 @@ formatAccount opts accountName depth balance leftJustified min max field = case
|
|||||||
Just m -> formatValue leftJustified Nothing max $ replicate (depth * m) ' '
|
Just m -> formatValue leftJustified Nothing max $ replicate (depth * m) ' '
|
||||||
Nothing -> formatValue leftJustified Nothing max $ replicate depth ' '
|
Nothing -> formatValue leftJustified Nothing max $ replicate depth ' '
|
||||||
Total -> formatValue leftJustified min max $ showAmountWithoutPrice balance
|
Total -> formatValue leftJustified min max $ showAmountWithoutPrice balance
|
||||||
_ -> ""
|
_ -> ""
|
||||||
where
|
where
|
||||||
a = maybe "" (accountNameDrop (drop_ opts)) accountName
|
a = maybe "" (accountNameDrop (drop_ opts)) accountName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user