Skip to content

Commit 5008034

Browse files
committed
fix(codegen): checkstyle error in EndpointGenerator
1 parent 98e7f1e commit 5008034

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/EndpointGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private void loadServiceEndpoints() {
108108
String defaultHostname = getResolvedHostnameWithDnsSuffix(resolvedHostname, dnsSuffix);
109109
ArrayNode defaultVariant = ArrayNode.fromNodes(getDefaultVariant(defaultHostname));
110110
variants = defaultVariant.merge(variants);
111-
}
111+
}
112112

113113
endpoints.put(region,
114114
config

0 commit comments

Comments
 (0)