silence a missing newline warning
This commit is contained in:
parent
94703e426c
commit
89c241a837
@ -40,4 +40,4 @@ journalReportAsText _ fspec items = concatMap (showTransactionForPrint effective
|
|||||||
where effective = EffectiveDate == whichdate fspec
|
where effective = EffectiveDate == whichdate fspec
|
||||||
|
|
||||||
journalReport :: [Opt] -> FilterSpec -> Journal -> JournalReport
|
journalReport :: [Opt] -> FilterSpec -> Journal -> JournalReport
|
||||||
journalReport _ fspec j = sortBy (comparing tdate) $ jtxns $ filterJournalTransactions fspec j
|
journalReport _ fspec j = sortBy (comparing tdate) $ jtxns $ filterJournalTransactions fspec j
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user