summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-25 15:52:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-25 15:52:35 -0400
commitd1433a155834a2f2c963a6d54a896ee8f9dac6f3 (patch)
tree150b46148afd652beba4d72768c8825be7c929e4
parentcd2b386a3acce7b75e2f7a93c65e78ea61ce7365 (diff)
formatting
-rw-r--r--Command/Uninit.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Uninit.hs b/Command/Uninit.hs
index b365e8c20..a86044410 100644
--- a/Command/Uninit.hs
+++ b/Command/Uninit.hs
@@ -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
]