summaryrefslogtreecommitdiff
path: root/Command/FromKey.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-05 12:16:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-05 12:16:07 -0400
commit80181c31b94cbb978ce8b3c38a4ca6c80a617433 (patch)
tree9f6673b22cf3cbcc1520148cb2b9dcb2a4854939 /Command/FromKey.hs
parentb3b9d0fd2da1e6715fbb83b5855da22ab64a43c0 (diff)
minor style
Diffstat (limited to 'Command/FromKey.hs')
-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