Skip to content

Commit bb7e16a

Browse files
committed
ktlint
1 parent 4eb4f96 commit bb7e16a

File tree

1 file changed

+1
-1
lines changed
  • codegen/smithy-aws-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/protocols

1 file changed

+1
-1
lines changed

codegen/smithy-aws-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/protocols/RpcV2Cbor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class RpcV2Cbor : AwsHttpBindingProtocolGenerator() {
6969
override fun render(ctx: ProtocolGenerator.GenerationContext, op: OperationShape, writer: KotlinWriter) {
7070
val acceptHeaderValue = if (op.isOutputEventStream(ctx.model)) ACCEPT_HEADER_EVENT_STREAM else ACCEPT_HEADER
7171
MutateHeadersMiddleware(
72-
extraHeaders = mapOf("Accept" to acceptHeaderValue)
72+
extraHeaders = mapOf("Accept" to acceptHeaderValue),
7373
).render(ctx, op, writer)
7474
}
7575
}

0 commit comments

Comments
 (0)