From 4bc94d4551ea598fbec09d4834aa221c6af21ce2 Mon Sep 17 00:00:00 2001 From: Josh Elkins Date: Wed, 13 Sep 2023 14:41:22 -0500 Subject: [PATCH] Fix ktlint --- .../aws/swift/codegen/restxml/RestXmlProtocolGenerator.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/restxml/RestXmlProtocolGenerator.kt b/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/restxml/RestXmlProtocolGenerator.kt index 9a15a4668cd..a8d6a7759dc 100644 --- a/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/restxml/RestXmlProtocolGenerator.kt +++ b/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/restxml/RestXmlProtocolGenerator.kt @@ -12,7 +12,6 @@ import software.amazon.smithy.model.shapes.Shape import software.amazon.smithy.model.shapes.ShapeId import software.amazon.smithy.model.traits.TimestampFormatTrait import software.amazon.smithy.swift.codegen.SwiftWriter -import software.amazon.smithy.swift.codegen.integration.HttpProtocolTestGenerator import software.amazon.smithy.swift.codegen.integration.ProtocolGenerator import software.amazon.smithy.swift.codegen.integration.codingKeys.CodingKeysCustomizationXmlName import software.amazon.smithy.swift.codegen.integration.codingKeys.CodingKeysGenerator @@ -77,4 +76,4 @@ class RestXmlProtocolGenerator : AWSHttpBindingProtocolGenerator() { val decoder = RestXmlStructDecodeXMLGenerator(ctx, members, shapeMetadata, writer, defaultTimestampFormat) decoder.render() } -} \ No newline at end of file +}