From 612eac285c4c87941b36efad6c8d92e7b816f21b Mon Sep 17 00:00:00 2001 From: Matas Lauzadis Date: Fri, 29 Sep 2023 10:05:09 -0400 Subject: [PATCH] ktlintFormat --- .../kotlin/runtime/auth/credentials/SdkIOExceptionNative.kt | 1 - services/s3/e2eTest/src/S3IntegrationTest.kt | 4 ++-- services/s3/e2eTest/src/S3PresignerTest.kt | 5 ++--- .../benchmarks/service/telemetry/ConcurrentListBuilder.kt | 2 -- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/aws-runtime/aws-config/native/src/aws/sdk/kotlin/runtime/auth/credentials/SdkIOExceptionNative.kt b/aws-runtime/aws-config/native/src/aws/sdk/kotlin/runtime/auth/credentials/SdkIOExceptionNative.kt index 4dd86045851..de6981f39b1 100644 --- a/aws-runtime/aws-config/native/src/aws/sdk/kotlin/runtime/auth/credentials/SdkIOExceptionNative.kt +++ b/aws-runtime/aws-config/native/src/aws/sdk/kotlin/runtime/auth/credentials/SdkIOExceptionNative.kt @@ -4,7 +4,6 @@ */ package aws.sdk.kotlin.runtime.auth.credentials - // FIXME KMP implementation @Suppress("ACTUAL_WITHOUT_EXPECT") internal actual class SdkIOException : Exception() diff --git a/services/s3/e2eTest/src/S3IntegrationTest.kt b/services/s3/e2eTest/src/S3IntegrationTest.kt index 09507fc2a8d..7da3f056edf 100644 --- a/services/s3/e2eTest/src/S3IntegrationTest.kt +++ b/services/s3/e2eTest/src/S3IntegrationTest.kt @@ -24,9 +24,9 @@ import kotlinx.coroutines.* import kotlinx.coroutines.flow.toList import java.io.File import java.util.UUID -import kotlin.test.Test -import kotlin.test.BeforeClass import kotlin.test.AfterClass +import kotlin.test.BeforeClass +import kotlin.test.Test import kotlin.test.assertContains import kotlin.test.assertEquals import kotlin.test.assertFails diff --git a/services/s3/e2eTest/src/S3PresignerTest.kt b/services/s3/e2eTest/src/S3PresignerTest.kt index a96b74dd3ef..b40e387d57e 100644 --- a/services/s3/e2eTest/src/S3PresignerTest.kt +++ b/services/s3/e2eTest/src/S3PresignerTest.kt @@ -16,10 +16,9 @@ import aws.smithy.kotlin.runtime.http.SdkHttpClient import aws.smithy.kotlin.runtime.http.complete import aws.smithy.kotlin.runtime.http.toByteStream import kotlinx.coroutines.* -import kotlin.test.Test -import kotlin.test.BeforeClass -import kotlin.test.AfterClass import kotlin.test.AfterClass +import kotlin.test.BeforeClass +import kotlin.test.Test import kotlin.test.assertEquals import kotlin.time.Duration.Companion.seconds diff --git a/tests/benchmarks/service-benchmarks/jvm/src/aws/sdk/kotlin/benchmarks/service/telemetry/ConcurrentListBuilder.kt b/tests/benchmarks/service-benchmarks/jvm/src/aws/sdk/kotlin/benchmarks/service/telemetry/ConcurrentListBuilder.kt index 02588525a93..436a6e94ffc 100644 --- a/tests/benchmarks/service-benchmarks/jvm/src/aws/sdk/kotlin/benchmarks/service/telemetry/ConcurrentListBuilder.kt +++ b/tests/benchmarks/service-benchmarks/jvm/src/aws/sdk/kotlin/benchmarks/service/telemetry/ConcurrentListBuilder.kt @@ -4,8 +4,6 @@ */ package aws.sdk.kotlin.benchmarks.service.telemetry - - import kotlinx.atomicfu.atomic import kotlinx.atomicfu.update