Skip to content

Commit 2960c92

Browse files
committed
lib: whitespace
1 parent f42b140 commit 2960c92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hledger-lib/Hledger/Data/Journal.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ journalAccountNameTree = accountNameTreeFrom . journalAccountNames
281281
-- Cf <http://en.wikipedia.org/wiki/Chart_of_accounts#Profit_.26_Loss_accounts>.
282282
journalProfitAndLossAccountQuery :: Journal -> Query
283283
journalProfitAndLossAccountQuery j = Or [journalIncomeAccountQuery j
284-
,journalExpenseAccountQuery j
285-
]
284+
,journalExpenseAccountQuery j
285+
]
286286

287287
-- | A query for Income (Revenue) accounts in this journal.
288288
-- This is currently hard-coded to the case-insensitive regex @^(income|revenue)s?(:|$)@.
@@ -298,9 +298,9 @@ journalExpenseAccountQuery _ = Acct "^expenses?(:|$)"
298298
-- Cf <http://en.wikipedia.org/wiki/Chart_of_accounts#Balance_Sheet_Accounts>.
299299
journalBalanceSheetAccountQuery :: Journal -> Query
300300
journalBalanceSheetAccountQuery j = Or [journalAssetAccountQuery j
301-
,journalLiabilityAccountQuery j
302-
,journalEquityAccountQuery j
303-
]
301+
,journalLiabilityAccountQuery j
302+
,journalEquityAccountQuery j
303+
]
304304

305305
-- | A query for Asset accounts in this journal.
306306
-- This is currently hard-coded to the case-insensitive regex @^assets?(:|$)@.

0 commit comments

Comments
 (0)