aboutsummaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-30 15:44:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-30 15:44:15 -0400
commit88ff9e82fc3dcb653b2a116f1c162d98a1f6bdcf (patch)
treecb52cb0a0e2326e61e30b8f364d96fb6c39fa44f /Core.hs
parent1c451fe3628f535898e7cf87ccad30270c6d16fb (diff)
factor out a little more
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.hs b/Core.hs
index d91595a04..08e226592 100644
--- a/Core.hs
+++ b/Core.hs
@@ -45,7 +45,7 @@ tryRun' state errnum (a:as) = do
tryRun' state errnum [] = do
_ <- try $ Annex.run state $ shutdown errnum
when (errnum > 0) $ error $ show errnum ++ " failed"
-
+
{- Actions to perform each time ran. -}
startup :: Annex Bool
startup = do