From 98f7339ba51689724b82e623a95613f281288820 Mon Sep 17 00:00:00 2001 From: Matas Lauzadis Date: Mon, 15 Apr 2024 14:39:07 -0400 Subject: [PATCH] ktlintFormat --- .../kotlin/runtime/http/engine/HttpEngineConfigImplTest.kt | 1 - .../kotlin/runtime/http/engine/EnvironmentProxySelector.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/runtime/protocol/http-client-engines/http-client-engine-default/jvm/test/aws/smithy/kotlin/runtime/http/engine/HttpEngineConfigImplTest.kt b/runtime/protocol/http-client-engines/http-client-engine-default/jvm/test/aws/smithy/kotlin/runtime/http/engine/HttpEngineConfigImplTest.kt index 95ede19ba..cf95617ee 100644 --- a/runtime/protocol/http-client-engines/http-client-engine-default/jvm/test/aws/smithy/kotlin/runtime/http/engine/HttpEngineConfigImplTest.kt +++ b/runtime/protocol/http-client-engines/http-client-engine-default/jvm/test/aws/smithy/kotlin/runtime/http/engine/HttpEngineConfigImplTest.kt @@ -9,7 +9,6 @@ import aws.smithy.kotlin.runtime.http.config.HttpEngineConfig import aws.smithy.kotlin.runtime.http.engine.crt.CrtHttpEngine import aws.smithy.kotlin.runtime.http.engine.crt.CrtHttpEngineConfig import aws.smithy.kotlin.runtime.io.closeIfCloseable -import aws.smithy.kotlin.runtime.util.TestPlatformProvider import org.junit.jupiter.api.Test import kotlin.test.* diff --git a/runtime/protocol/http-client/common/src/aws/smithy/kotlin/runtime/http/engine/EnvironmentProxySelector.kt b/runtime/protocol/http-client/common/src/aws/smithy/kotlin/runtime/http/engine/EnvironmentProxySelector.kt index 339c6d01c..c3ad5d3bd 100644 --- a/runtime/protocol/http-client/common/src/aws/smithy/kotlin/runtime/http/engine/EnvironmentProxySelector.kt +++ b/runtime/protocol/http-client/common/src/aws/smithy/kotlin/runtime/http/engine/EnvironmentProxySelector.kt @@ -6,7 +6,6 @@ package aws.smithy.kotlin.runtime.http.engine import aws.smithy.kotlin.runtime.ClientException -import aws.smithy.kotlin.runtime.InternalApi import aws.smithy.kotlin.runtime.net.Host import aws.smithy.kotlin.runtime.net.Scheme import aws.smithy.kotlin.runtime.net.url.Url