From 89c241a8377354431317cd9e332cd7a53c273369 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 5 Sep 2010 18:32:20 +0000 Subject: [PATCH] silence a missing newline warning --- Hledger/Cli/Commands/Print.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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