From 3fcb1aaa6cc59f0d5e930a16bddf46c9f822945e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 Oct 2008 09:25:37 +0000 Subject: [PATCH] formatting --- Ledger/Entry.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ledger/Entry.hs b/Ledger/Entry.hs index 08323223a..4d04a5759 100644 --- a/Ledger/Entry.hs +++ b/Ledger/Entry.hs @@ -33,7 +33,8 @@ balwidth = 12 @ -} -showEntryDescription e = (showDate $ edate e) ++ " " ++ (showDescription $ edescription e) ++ " " +showEntryDescription e = + (showDate $ edate e) ++ " " ++ (showDescription $ edescription e) ++ " " showDate d = printf "%-10s" d showDescription s = printf "%-20s" (elideRight 20 s)