aboutsummaryrefslogtreecommitdiff
path: root/Command/Commit.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-12 01:05:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-12 01:05:04 -0400
commit064d217d69e052eb0e84b699a70353f997fc7d2f (patch)
treebad4f6efa2c4b85ebf161f33ec20c57571b78495 /Command/Commit.hs
parenteccc97940da7f1a5f97dc700ec3e2e12cb78c851 (diff)
where indentation
Diffstat (limited to 'Command/Commit.hs')
-rw-r--r--Command/Commit.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Commit.hs b/Command/Commit.hs
index d3ce3d7bb..165906139 100644
--- a/Command/Commit.hs
+++ b/Command/Commit.hs
@@ -24,6 +24,6 @@ start = next $ next $ do
Annex.Branch.commit "update"
_ <- runhook <=< inRepo $ Git.hookPath "annex-content"
return True
- where
- runhook (Just hook) = liftIO $ boolSystem hook []
- runhook Nothing = return True
+ where
+ runhook (Just hook) = liftIO $ boolSystem hook []
+ runhook Nothing = return True