cli: Commands.Balance: remove some trailing spaces and unnecessary parentheses
This commit is contained in:
parent
4d88b47aa7
commit
dce24ea08f
@ -500,7 +500,7 @@ balanceReportAsText opts ((items, total)) = case layout_ opts of
|
||||
|
||||
-- | Render a single-column balance report as plain text with a separate commodity column (--layout=bare)
|
||||
bareLayoutBalanceReportAsText :: ReportOpts -> BalanceReport -> TB.Builder
|
||||
bareLayoutBalanceReportAsText opts ((items, total)) =
|
||||
bareLayoutBalanceReportAsText opts (items, total) =
|
||||
unlinesB .
|
||||
map
|
||||
(renderColumns def{tableBorders=singleColumnTableOuterBorder} sizes .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user