finished hlinting
This commit is contained in:
parent
57adb0347b
commit
eeae910242
23 changed files with 144 additions and 159 deletions
|
@ -20,7 +20,7 @@ seek = [withFilesInGit start]
|
|||
start :: SubCmdStartString
|
||||
start file = isAnnexed file $ \(key, backend) -> do
|
||||
inannex <- inAnnex key
|
||||
if (inannex)
|
||||
if inannex
|
||||
then return Nothing
|
||||
else do
|
||||
showStart "get" file
|
||||
|
@ -29,7 +29,7 @@ start file = isAnnexed file $ \(key, backend) -> do
|
|||
perform :: Key -> Backend -> SubCmdPerform
|
||||
perform key backend = do
|
||||
ok <- getViaTmp key (Backend.retrieveKeyFile backend key)
|
||||
if (ok)
|
||||
if ok
|
||||
then return $ Just $ return True -- no cleanup needed
|
||||
else return Nothing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue