Skip to content

Commit 607cfcf

Browse files
committed
fix formating
1 parent aefc404 commit 607cfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/wire-subsystems/test/unit/Wire/MockInterpreters/TeamCollaboratorsStore.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ inMemoryTeamCollaboratorsStoreInterpreter =
2727
UpdateTeamCollaborator userId teamId permissions ->
2828
let updatePermissions teamCollaborator =
2929
if teamCollaborator.gUser == userId
30-
then teamCollaborator {gPermissions = permissions}
31-
else teamCollaborator
30+
then teamCollaborator {gPermissions = permissions}
31+
else teamCollaborator
3232
in modify $ Map.adjust (fmap updatePermissions) teamId
3333
RemoveTeamCollaborator userId teamId ->
3434
modify $ Map.alter (fmap $ filter $ (/= userId) . gUser) teamId

0 commit comments

Comments
 (0)