indentation fix
This commit is contained in:
parent
e83a36910a
commit
90fa5ccef8
1 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,7 @@ generalUnSubscribe
|
||||||
-> UUID
|
-> UUID
|
||||||
-> Affection UserData ()
|
-> Affection UserData ()
|
||||||
generalUnSubscribe t uuid =
|
generalUnSubscribe t uuid =
|
||||||
liftIO $ atomically $ modifyTVar' t (filter (`filterMsg` uuid))
|
liftIO $ atomically $ modifyTVar' t (filter (`filterMsg` uuid))
|
||||||
where
|
where
|
||||||
filterMsg :: (UUID, msg -> Affection UserData ()) -> UUID -> Bool
|
filterMsg :: (UUID, msg -> Affection UserData ()) -> UUID -> Bool
|
||||||
filterMsg (u, _) p = u /= p
|
filterMsg (u, _) p = u /= p
|
||||||
|
|
Loading…
Reference in a new issue