Skip to content

Commit 617aa4c

Browse files
committed
ktlint
1 parent 1f271bf commit 617aa4c

File tree

41 files changed

+0
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+0
-41
lines changed

runtime/auth/http-auth-aws/common/test/aws/smithy/kotlin/runtime/http/auth/AwsHttpSignerTestBase.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55
package aws.smithy.kotlin.runtime.http.auth
66

7-
import aws.smithy.kotlin.runtime.IgnoreNative
87
import aws.smithy.kotlin.runtime.auth.awscredentials.Credentials
98
import aws.smithy.kotlin.runtime.auth.awscredentials.CredentialsProvider
109
import aws.smithy.kotlin.runtime.auth.awssigning.AwsSigner

runtime/crt-util/jvmAndNative/test/aws/smithy/kotlin/runtime/crt/SdkSourceBodyStreamTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
package aws.smithy.kotlin.runtime.crt
77

88
import aws.sdk.kotlin.crt.io.MutableBuffer
9-
import aws.smithy.kotlin.runtime.IgnoreNative
109
import aws.smithy.kotlin.runtime.io.SdkBuffer
1110
import aws.smithy.kotlin.runtime.io.SdkSource
1211
import aws.smithy.kotlin.runtime.io.source

runtime/protocol/aws-event-stream/common/test/aws/smithy/kotlin/runtime/awsprotocol/eventstream/FrameDecoderTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
package aws.smithy.kotlin.runtime.awsprotocol.eventstream
77

8-
import aws.smithy.kotlin.runtime.IgnoreNative
98
import aws.smithy.kotlin.runtime.io.*
109
import io.kotest.matchers.string.shouldContain
1110
import kotlinx.coroutines.flow.*

runtime/protocol/aws-event-stream/common/test/aws/smithy/kotlin/runtime/awsprotocol/eventstream/FrameEncoderTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
package aws.smithy.kotlin.runtime.awsprotocol.eventstream
77

8-
import aws.smithy.kotlin.runtime.IgnoreNative
98
import aws.smithy.kotlin.runtime.http.readAll
109
import aws.smithy.kotlin.runtime.io.SdkBuffer
1110
import kotlinx.coroutines.flow.flowOf

runtime/protocol/aws-event-stream/common/test/aws/smithy/kotlin/runtime/awsprotocol/eventstream/HeaderValueTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
package aws.smithy.kotlin.runtime.awsprotocol.eventstream
77

8-
import aws.smithy.kotlin.runtime.IgnoreNative
98
import aws.smithy.kotlin.runtime.time.Instant
109
import aws.smithy.kotlin.runtime.util.Uuid
1110
import io.kotest.matchers.string.shouldContain

runtime/protocol/aws-event-stream/common/test/aws/smithy/kotlin/runtime/awsprotocol/eventstream/MessageTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
package aws.smithy.kotlin.runtime.awsprotocol.eventstream
77

8-
import aws.smithy.kotlin.runtime.IgnoreNative
98
import aws.smithy.kotlin.runtime.io.EOFException
109
import aws.smithy.kotlin.runtime.io.SdkBuffer
1110
import aws.smithy.kotlin.runtime.time.Instant

runtime/protocol/aws-json-protocols/common/test/aws/smithy/kotlin/runtime/awsprotocol/json/AwsJsonProtocolTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
package aws.smithy.kotlin.runtime.awsprotocol.json
77

8-
import aws.smithy.kotlin.runtime.IgnoreNative
98
import aws.smithy.kotlin.runtime.collections.get
109
import aws.smithy.kotlin.runtime.http.*
1110
import aws.smithy.kotlin.runtime.http.operation.*

runtime/protocol/http-client-engines/http-client-engine-crt/jvmAndNative/test/aws/smithy/kotlin/runtime/http/engine/crt/AsyncStressTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
package aws.smithy.kotlin.runtime.http.engine.crt
77

8-
import aws.smithy.kotlin.runtime.IgnoreNative
98
import aws.smithy.kotlin.runtime.http.HttpMethod
109
import aws.smithy.kotlin.runtime.http.SdkHttpClient
1110
import aws.smithy.kotlin.runtime.http.complete

runtime/protocol/http-client-engines/http-client-engine-crt/jvmAndNative/test/aws/smithy/kotlin/runtime/http/engine/crt/RequestConversionTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
package aws.smithy.kotlin.runtime.http.engine.crt
77

8-
import aws.smithy.kotlin.runtime.IgnoreNative
98
import aws.smithy.kotlin.runtime.content.ByteStream
109
import aws.smithy.kotlin.runtime.crt.ReadChannelBodyStream
1110
import aws.smithy.kotlin.runtime.http.*

runtime/protocol/http-client-engines/http-client-engine-crt/jvmAndNative/test/aws/smithy/kotlin/runtime/http/engine/crt/SdkStreamResponseHandlerTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ package aws.smithy.kotlin.runtime.http.engine.crt
77

88
import aws.sdk.kotlin.crt.http.*
99
import aws.sdk.kotlin.crt.io.byteArrayBuffer
10-
import aws.smithy.kotlin.runtime.IgnoreNative
1110
import aws.smithy.kotlin.runtime.http.HttpBody
1211
import aws.smithy.kotlin.runtime.http.HttpErrorCode
1312
import aws.smithy.kotlin.runtime.http.HttpException

0 commit comments

Comments
 (0)