Skip to content

Commit 7dc390a

Browse files
committed
lint
1 parent f7ae60c commit 7dc390a

File tree

1 file changed

+3
-3
lines changed
  • runtime/protocol/http-client-engines/http-client-engine-okhttp/jvm/test/aws/smithy/kotlin/runtime/http/engine/okhttp

1 file changed

+3
-3
lines changed

runtime/protocol/http-client-engines/http-client-engine-okhttp/jvm/test/aws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngineConfigTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ class OkHttpEngineConfigTest {
4040
}
4141
}
4242

43-
private object DummyExecutorService: ExecutorService by Executors.newSingleThreadExecutor() {
43+
private object DummyExecutorService : ExecutorService by Executors.newSingleThreadExecutor() {
4444
override fun execute(command: Runnable?) = throw DummyExecutorException()
4545
}
4646

47-
private class DummyExecutorException(): Exception()
48-
}
47+
private class DummyExecutorException : Exception()
48+
}

0 commit comments

Comments
 (0)