finished hlint pass
This commit is contained in:
parent
185f0b6870
commit
6c396a256c
29 changed files with 114 additions and 115 deletions
|
@ -124,7 +124,7 @@ fromStart src move file = isAnnexed file $ \(key, _) -> do
|
|||
g <- Annex.gitRepo
|
||||
u <- getUUID g
|
||||
remotes <- Remote.keyPossibilities key
|
||||
if (u == Remote.uuid src) || (null $ filter (== src) remotes)
|
||||
if u == Remote.uuid src || not (any (== src) remotes)
|
||||
then stop
|
||||
else do
|
||||
showAction move file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue