Skip to content

Commit

Permalink
Minor reformatting by scalfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
awilliamsOM1 committed Nov 8, 2023
1 parent 846ee6f commit a9f070b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ class PekkoHttpBackend private (
.withUpdatedConnectionSettings(_.withConnectingTimeout(opts.connectionTimeout))

override def send[T, R >: PE](r: Request[T, R]): Future[Response[T]] =
adjustExceptions(r) {
if (r.isWebSocket) sendWebSocket(r) else sendRegular(r)
}
adjustExceptions(r) {
if (r.isWebSocket) sendWebSocket(r) else sendRegular(r)
}

private def sendRegular[T, R >: PE](r: Request[T, R]): Future[Response[T]] =
Future
Expand Down

0 comments on commit a9f070b

Please sign in to comment.