From db8ef1d041075a13677f0589fb374fa6cd04fde9 Mon Sep 17 00:00:00 2001 From: Mitch Ware Date: Fri, 3 Nov 2023 16:54:57 -0400 Subject: [PATCH] spotless apply --- .../test/kotlin/com/connectrpc/okhttp/MockWebServerTests.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/okhttp/src/test/kotlin/com/connectrpc/okhttp/MockWebServerTests.kt b/okhttp/src/test/kotlin/com/connectrpc/okhttp/MockWebServerTests.kt index 8730cddb..6da6a02d 100644 --- a/okhttp/src/test/kotlin/com/connectrpc/okhttp/MockWebServerTests.kt +++ b/okhttp/src/test/kotlin/com/connectrpc/okhttp/MockWebServerTests.kt @@ -53,7 +53,7 @@ class MockWebServerTests { ConnectOkHttpClient( OkHttpClient.Builder() .protocols(listOf(Protocol.HTTP_2, Protocol.HTTP_1_1)) - .build() + .build(), ), ProtocolClientConfig( host = host.toString(), @@ -72,4 +72,4 @@ class MockWebServerTests { assertThat(response.code).isEqualTo(Code.UNKNOWN) } -} \ No newline at end of file +}