Skip to content

Commit c9adc06

Browse files
committed
chore(codegen): checkstyle fixes
1 parent 7ce0b61 commit c9adc06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
package software.amazon.smithy.aws.typescript.codegen;
77

88
import static software.amazon.smithy.aws.typescript.codegen.AwsTraitsUtils.isAwsService;
9+
910
import java.util.HashMap;
1011
import java.util.Map;
1112
import java.util.Optional;
@@ -22,6 +23,7 @@
2223
import software.amazon.smithy.typescript.codegen.endpointsV2.RuleSetParameterFinder;
2324
import software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration;
2425
import software.amazon.smithy.utils.SmithyInternalApi;
26+
2527
/**
2628
* Generates accountIdEndpointMode configuration field for service clients that have the eponymous built-in param in the ruleset.
2729
*/

0 commit comments

Comments
 (0)