summaryrefslogtreecommitdiff
path: root/Command/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Init.hs')
-rw-r--r--Command/Init.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Init.hs b/Command/Init.hs
index bbabdc4c2..342ef84e1 100644
--- a/Command/Init.hs
+++ b/Command/Init.hs
@@ -22,8 +22,8 @@ start :: [String] -> CommandStart
start ws = do
showStart "init" description
next $ perform description
- where
- description = unwords ws
+ where
+ description = unwords ws
perform :: String -> CommandPerform
perform description = do