Skip to content

Commit ef6bfb6

Browse files
committed
ktlint
1 parent eed77e9 commit ef6bfb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/customization/AwsQueryModeCustomizationTest.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
package aws.sdk.kotlin.codegen.customization
66

77
import aws.sdk.kotlin.codegen.testutil.lines
8-
import kotlin.test.Test
9-
import kotlinx.coroutines.test.runTest
108
import software.amazon.smithy.kotlin.codegen.test.*
9+
import kotlin.test.Test
1110
import kotlin.test.assertTrue
1211

1312
class AwsQueryModeCustomizationTest {
@@ -127,4 +126,4 @@ class AwsQueryModeCustomizationTest {
127126

128127
getFooMethod.shouldNotContainOnlyOnceWithDiff(unexpectedHeaderMutation)
129128
}
130-
}
129+
}

0 commit comments

Comments
 (0)