Skip to content

Commit 41ff1a9

Browse files
Make checkstyle happy
1 parent 1c38bcf commit 41ff1a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/HttpBindingProtocolGenerator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,8 @@ protected void writeDefaultHeaders(GenerationContext context, OperationShape ope
881881
* @param context The generation context.
882882
* @param error The error being generated.
883883
*/
884-
protected void writeDefaultErrorHeaders(GenerationContext context, StructureShape error) {}
884+
protected void writeDefaultErrorHeaders(GenerationContext context, StructureShape error) {
885+
}
885886

886887
/**
887888
* Writes the code needed to serialize the input document of a request.

0 commit comments

Comments
 (0)