From d0932cb47a4e1e0c43ac9a47611b38c8eeb3c14c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 27 Apr 2014 23:34:09 -0700 Subject: [PATCH] cli: small cleanup --- hledger/Hledger/Cli/Main.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hledger/Hledger/Cli/Main.hs b/hledger/Hledger/Cli/Main.hs index 9ad23a811..75327ce25 100644 --- a/hledger/Hledger/Cli/Main.hs +++ b/hledger/Hledger/Cli/Main.hs @@ -129,9 +129,7 @@ oldconvertmode = (defCommandMode ["convert"]) { builtinCommands :: [Mode RawOpts] builtinCommands = let gs = modeGroupModes $ mainmode [] - in concatMap snd (groupNamed gs) - ++ groupUnnamed gs - ++ groupHidden gs + in concatMap snd (groupNamed gs) ++ groupUnnamed gs ++ groupHidden gs builtinCommandNames :: [String] builtinCommandNames = concatMap modeNames builtinCommands