formatting

This commit is contained in:
Joey Hess 2012-11-25 15:52:35 -04:00
parent b1e17e446f
commit e80ca5f43d

View file

@ -36,9 +36,9 @@ check = do
[Params "rev-parse --abbrev-ref HEAD"]
seek :: [CommandSeek]
seek = [
withFilesNotInGit $ whenAnnexed startCheckIncomplete,
withFilesInGit $ whenAnnexed startUnannex
seek =
[ withFilesNotInGit $ whenAnnexed startCheckIncomplete
, withFilesInGit $ whenAnnexed startUnannex
, withNothing start
]