summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Commands.hs b/Commands.hs
index 05ea65880..feb35d1fb 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -1,8 +1,6 @@
{- git-annex command line -}
-module Commands (
- argvToActions
-) where
+module Commands (argvToActions) where
import System.Console.GetOpt
import Control.Monad.State (liftIO)