Skip to content

Commit d8b1e27

Browse files
committed
fix: ormolu
1 parent a721475 commit d8b1e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/test/Test/TeamCollaborators.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ testRemoveCollaboratorInTeamConversation = do
238238

239239
bobId <- bob %. "qualified_id"
240240
bobUnqualifiedId <- bobId %. "id"
241-
let checkLeaveEvent :: (MakesValue a, HasCallStack) => a -> App ()
241+
let checkLeaveEvent :: (MakesValue a, HasCallStack) => a -> App ()
242242
checkLeaveEvent evt = do
243243
evt %. "payload.0.data.user" `shouldMatch` bobUnqualifiedId
244244
evt %. "payload.0.team" `shouldMatch` team

0 commit comments

Comments
 (0)