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)
|
(withParams seek)
|
||||||
|
|
||||||
seek :: CmdParams -> CommandSeek
|
seek :: CmdParams -> CommandSeek
|
||||||
seek [] = do
|
seek [] = withNothing startMass []
|
||||||
withNothing startMass []
|
|
||||||
seek ps = do
|
seek ps = do
|
||||||
force <- Annex.getState Annex.force
|
force <- Annex.getState Annex.force
|
||||||
withPairs (start force) ps
|
withPairs (start force) ps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue