Skip to content

Commit 871ffaf

Browse files
committed
fix: checkstyle errors
1 parent c6296b9 commit 871ffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public enum TypeScriptDependency implements SymbolDependencyContainer {
7575

7676
// Conditionally added when interacting with specific protocol test bodyMediaType values.
7777
AWS_SDK_QUERYSTRING_BUILDER("dependencies", "@aws-sdk/querystring-builder", "3.15.0", false),
78-
78+
7979
// Conditionally added when XML parser needs to be used.
8080
XML_PARSER("dependencies", "fast-xml-parser", "3.19.0", false),
8181
HTML_ENTITIES("dependencies", "he", "1.2.0", false),

0 commit comments

Comments
 (0)