aboutsummaryrefslogtreecommitdiff
path: root/Limit.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-12 05:05:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-12 05:05:33 -0400
commitb7e2169d6d93440e2d50581d2a373db121e9b34c (patch)
tree3873ebad3515d21334e8a8521fb0011bebc1a59b /Limit.hs
parent09aefea8f1853be512729657324aae7a7c03d421 (diff)
linelength
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. -}