Skip to content

Commit 7193630

Browse files
author
luigi
committed
fix
2 parents 65f81f4 + b14626d commit 7193630

File tree

1 file changed

+0
-1
lines changed
  • codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/service

1 file changed

+0
-1
lines changed

codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/service/KtorStubGenerator.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ internal class KtorStubGenerator(
222222
withBlock("#T(#S) {", "}", RuntimeTypes.KtorServerRouting.get, "/") {
223223
write(" #T.#T(#S)", RuntimeTypes.KtorServerCore.applicationCall, RuntimeTypes.KtorServerRouting.responseText, "hello world")
224224
}
225-
226225
operations.filter { it.hasTrait(HttpTrait.ID) }
227226
.forEach { shape ->
228227
val httpTrait = shape.getTrait<HttpTrait>()!!

0 commit comments

Comments
 (0)