Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Apr 8, 2021
1 parent 0a6811a commit c6a6b09
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import sttp.monad.MonadError
import sttp.monad.syntax.{MonadErrorValueOps, _}
import sttp.ws.{WebSocket, WebSocketFrame}

private[fs2] class Fs2BodyFromHttpClient[F[_]: Async]()
extends BodyFromHttpClient[F, Fs2Streams[F], Stream[F, Byte]] {
private[fs2] class Fs2BodyFromHttpClient[F[_]: Async]() extends BodyFromHttpClient[F, Fs2Streams[F], Stream[F, Byte]] {
override val streams: Fs2Streams[F] = Fs2Streams[F]
override implicit val monad: MonadError[F] = new CatsMonadAsyncError[F]
override def compileWebSocketPipe(
Expand Down

0 comments on commit c6a6b09

Please sign in to comment.