fix warning
This commit is contained in:
parent
403bb5b93a
commit
b547b3777e
1 changed files with 1 additions and 1 deletions
2
Limit.hs
2
Limit.hs
|
@ -115,7 +115,7 @@ limitIn name = Right $ \notpresent -> check $
|
|||
|
||||
{- Limit to content that is currently present on a uuid. -}
|
||||
limitPresent :: Maybe UUID -> MkLimit
|
||||
limitPresent u name = Right $ const $ check $ \key -> do
|
||||
limitPresent u _ = Right $ const $ check $ \key -> do
|
||||
hereu <- getUUID
|
||||
if u == Just hereu || u == Nothing
|
||||
then inAnnex key
|
||||
|
|
Loading…
Reference in a new issue