Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jan 22, 2023
1 parent 6611cc6 commit d72491a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dom/src/main/scala/org/http4s/dom/FetchClientBuilder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sealed abstract class FetchClientBuilder[F[_]] private (
val redirect: Option[RequestRedirect],
val referrer: Option[FetchReferrer],
val referrerPolicy: Option[ReferrerPolicy],
val streamingRequests: Boolean,
val streamingRequests: Boolean
)(override implicit protected val F: Async[F])
extends BackendBuilder[F, Client[F]] {

Expand Down Expand Up @@ -147,7 +147,8 @@ sealed abstract class FetchClientBuilder[F[_]] private (
referrer = referrer,
referrerPolicy = referrerPolicy,
streamingRequests = streamingRequests
))
)
)

override def resource: Resource[F, Client[F]] =
Resource.pure(create)
Expand Down

0 comments on commit d72491a

Please sign in to comment.