Skip to content

Commit f1c84d1

Browse files
committed
Apply ktlint formatting and bump codegenVersion to 0.1.4
1 parent 0ba5299 commit f1c84d1

File tree

3 files changed

+230
-229
lines changed

3 files changed

+230
-229
lines changed

codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/protocols/RestJsonTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import software.amazon.smithy.rust.codegen.core.testutil.asSmithyModel
1111

1212
internal class RestJsonTest {
1313
val model =
14-
"""
14+
"""
1515
namespace test
1616
use aws.protocols#restJson1
1717
use aws.api#service
@@ -42,7 +42,7 @@ internal class RestJsonTest {
4242
""".asSmithyModel()
4343

4444
private val modelWithEmptyStruct =
45-
"""
45+
"""
4646
namespace test
4747
use aws.protocols#restJson1
4848
use aws.api#service

0 commit comments

Comments
 (0)