Skip to content

Commit

Permalink
spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
erawhctim committed Nov 7, 2023
1 parent 0ead252 commit affef99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MockWebServerTests {
ConnectOkHttpClient(
OkHttpClient.Builder()
.protocols(listOf(Protocol.HTTP_2, Protocol.HTTP_1_1))
.build()
.build(),
),
ProtocolClientConfig(
host = host.toString(),
Expand All @@ -72,4 +72,4 @@ class MockWebServerTests {

assertThat(response.code).isEqualTo(Code.UNKNOWN)
}
}
}

0 comments on commit affef99

Please sign in to comment.