random hlint (to give the autobuilder something new to build)

This commit is contained in:
Joey Hess 2014-02-11 00:39:50 -04:00
parent b914620264
commit 2d480602aa
6 changed files with 12 additions and 14 deletions

View file

@ -243,10 +243,9 @@ finishGetViaTmp check key action = do
moveAnnex key tmpfile
logStatus key InfoPresent
return True
, do
-- the tmp file is left behind, in case caller wants
-- to resume its transfer
return False
-- the tmp file is left behind, in case caller wants
-- to resume its transfer
, return False
)
prepTmp :: Key -> Annex FilePath