Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jun 5, 2022
1 parent ac7fb24 commit 400aa16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ import org.http4s.client.Client
import org.http4s.client.testkit.ClientRouteTestBattery

class NodeJSFetchSuite extends ClientRouteTestBattery("FetchClient") {
def clientResource: Resource[IO,Client[IO]] = FetchClientBuilder[IO].resource
def clientResource: Resource[IO, Client[IO]] = FetchClientBuilder[IO].resource
}

0 comments on commit 400aa16

Please sign in to comment.