summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/FromKey.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/FromKey.hs b/Command/FromKey.hs
index 0916cf79d..dca63aabe 100644
--- a/Command/FromKey.hs
+++ b/Command/FromKey.hs
@@ -24,8 +24,7 @@ cmd = notDirect $ notBareRepo $
(withParams seek)
seek :: CmdParams -> CommandSeek
-seek [] = do
- withNothing startMass []
+seek [] = withNothing startMass []
seek ps = do
force <- Annex.getState Annex.force
withPairs (start force) ps