indentation fix

This commit is contained in:
nek0 2017-12-29 20:31:52 +01:00
parent e83a36910a
commit 90fa5ccef8
1 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,7 @@ generalUnSubscribe
-> UUID
-> Affection UserData ()
generalUnSubscribe t uuid =
liftIO $ atomically $ modifyTVar' t (filter (`filterMsg` uuid))
where
filterMsg :: (UUID, msg -> Affection UserData ()) -> UUID -> Bool
filterMsg (u, _) p = u /= p
liftIO $ atomically $ modifyTVar' t (filter (`filterMsg` uuid))
where
filterMsg :: (UUID, msg -> Affection UserData ()) -> UUID -> Bool
filterMsg (u, _) p = u /= p