Skip to content

Commit

Permalink
Ran scalafmtAll
Browse files Browse the repository at this point in the history
  • Loading branch information
Chingles2404 committed Sep 17, 2024
1 parent f8ac28b commit 5619f82
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ abstract class IOCloudHttpFunction extends HttpFunction {

dispatcher.unsafeRunSync(
IOCloudHttpFunction.fromHttpRequest(request).flatMap { req =>
handle.flatMap(_(req)).flatMap { res => IOCloudHttpFunction.writeResponse(res, response) }
handle.flatMap(_(req)).flatMap { res =>
IOCloudHttpFunction.writeResponse(res, response)
}
}
)
}
Expand Down

0 comments on commit 5619f82

Please sign in to comment.