summaryrefslogtreecommitdiff
path: root/Limit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Limit.hs')
-rw-r--r--Limit.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Limit.hs b/Limit.hs
index e43b640da..d7f82eb84 100644
--- a/Limit.hs
+++ b/Limit.hs
@@ -51,7 +51,8 @@ getMatcher' = do
Right r -> return r
Left l -> do
let matcher = Utility.Matcher.generate (reverse l)
- Annex.changeState $ \s -> s { Annex.limit = Right matcher }
+ Annex.changeState $ \s ->
+ s { Annex.limit = Right matcher }
return matcher
{- Adds something to the limit list, which is built up reversed. -}