mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
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
|
||||
|
||||
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