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

@ -66,7 +66,7 @@ changeAssociatedFiles key transform = do
mapping <- calcRepo $ gitAnnexMapping key
files <- associatedFilesRelative key
let files' = transform files
when (files /= files') $ do
when (files /= files') $
modifyContent mapping $
liftIO $ viaTmp writeFileAnyEncoding mapping $
unlines files'