summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-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
]