lib: types whitespace
This commit is contained in:
parent
f7e0f75c4f
commit
ff09d60746
@ -303,7 +303,7 @@ data Account = Account {
|
|||||||
aebalance :: MixedAmount, -- ^ this account's balance, excluding subaccounts
|
aebalance :: MixedAmount, -- ^ this account's balance, excluding subaccounts
|
||||||
asubs :: [Account], -- ^ sub-accounts
|
asubs :: [Account], -- ^ sub-accounts
|
||||||
anumpostings :: Int, -- ^ number of postings to this account
|
anumpostings :: Int, -- ^ number of postings to this account
|
||||||
-- derived from the above:
|
-- derived from the above :
|
||||||
aibalance :: MixedAmount, -- ^ this account's balance, including subaccounts
|
aibalance :: MixedAmount, -- ^ this account's balance, including subaccounts
|
||||||
aparent :: Maybe Account, -- ^ parent account
|
aparent :: Maybe Account, -- ^ parent account
|
||||||
aboring :: Bool -- ^ used in the accounts report to label elidable parents
|
aboring :: Bool -- ^ used in the accounts report to label elidable parents
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user