Skip to content

Commit 2b6fcba

Browse files
committed
fix(codegen): checkstyle error in AwsRestXml.java
1 parent 3418829 commit 2b6fcba

File tree

1 file changed

+1
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen

1 file changed

+1
-1
lines changed

codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsRestXml.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ protected void serializeInputDocument(
165165
writer.write("body = \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\";");
166166

167167
writer.addImport("XmlNode", "__XmlNode", "@aws-sdk/xml-builder");
168-
168+
169169
// Handle the @xmlName trait for the input shape.
170170
StructureShape inputShape = context.getModel().expectShape(inputShapeId, StructureShape.class);
171171
String nodeName = inputShape.getTrait(XmlNameTrait.class)

0 commit comments

Comments
 (0)