diff --git a/Hledger/Cli/Commands/Print.hs b/Hledger/Cli/Commands/Print.hs index 9e2518745..e1c8f3032 100644 --- a/Hledger/Cli/Commands/Print.hs +++ b/Hledger/Cli/Commands/Print.hs @@ -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 \ No newline at end of file +journalReport _ fspec j = sortBy (comparing tdate) $ jtxns $ filterJournalTransactions fspec j