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"] [Params "rev-parse --abbrev-ref HEAD"]
seek :: [CommandSeek] seek :: [CommandSeek]
seek = [ seek =
withFilesNotInGit $ whenAnnexed startCheckIncomplete, [ withFilesNotInGit $ whenAnnexed startCheckIncomplete
withFilesInGit $ whenAnnexed startUnannex , withFilesInGit $ whenAnnexed startUnannex
, withNothing start , withNothing start
] ]