From 6c45bf9869dc9aaf17fbff05549a9657d1c97842 Mon Sep 17 00:00:00 2001 From: Mariia Skripchenko <61115099+marychatte@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:53:10 +0200 Subject: [PATCH] Run spotlessApply --- .../ktor/v2_0/client/AbstractKtorHttpClientTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/instrumentation/ktor/ktor-2.0/testing/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v2_0/client/AbstractKtorHttpClientTest.kt b/instrumentation/ktor/ktor-2.0/testing/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v2_0/client/AbstractKtorHttpClientTest.kt index d14317ccf8a5..af173cb2b7c0 100644 --- a/instrumentation/ktor/ktor-2.0/testing/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v2_0/client/AbstractKtorHttpClientTest.kt +++ b/instrumentation/ktor/ktor-2.0/testing/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v2_0/client/AbstractKtorHttpClientTest.kt @@ -21,7 +21,6 @@ import io.opentelemetry.sdk.testing.assertj.OpenTelemetryAssertions.assertThat import io.opentelemetry.sdk.testing.assertj.TraceAssert import io.opentelemetry.semconv.NetworkAttributes import kotlinx.coroutines.* -import org.assertj.core.api.Assertions import org.junit.jupiter.api.Test import java.net.URI import java.util.function.Consumer