Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr committed Jul 17, 2024
1 parent 0245e71 commit 36b1c38
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ object ClientCalls {
def anyExitHandler[Req, Res](
call: ZClientCall[Req, Res]
) =
(_: Any, ex: Exit[Any, Any]) =>
call.cancel("Interrupted").ignore
(_: Any, ex: Exit[Any, Any]) => call.cancel("Interrupted").ignore

def unaryCall[Req, Res](
channel: ZChannel,
Expand Down

0 comments on commit 36b1c38

Please sign in to comment.