silence a missing newline warning

This commit is contained in:
Simon Michael 2010-09-05 18:32:20 +00:00
parent 94703e426c
commit 89c241a837

View File

@ -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