Skip to content

Commit 9eba8e4

Browse files
Remove redundant $
Co-authored-by: Marko Dimjašević <[email protected]>
1 parent 0540b59 commit 9eba8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/federator/src/Federator/MockServer.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ withTempMockFederator headers resp action = do
160160
frBody = rdBody
161161
}
162162
)
163-
embed @IO $ modifyIORef remoteCalls $ (<> [fedRequest])
163+
embed @IO $ modifyIORef remoteCalls (<> [fedRequest])
164164
(ct, body) <-
165165
fromException @MockException
166166
. handle (throw . handleException)

0 commit comments

Comments
 (0)