minor style
This commit is contained in:
parent
b0978b0196
commit
6246c4a6db
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue