Skip to content

Commit

Permalink
chore(codegen): checkstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv committed Jun 18, 2024
1 parent 7ce0b61 commit c9adc06
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
package software.amazon.smithy.aws.typescript.codegen;

import static software.amazon.smithy.aws.typescript.codegen.AwsTraitsUtils.isAwsService;

import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
Expand All @@ -22,6 +23,7 @@
import software.amazon.smithy.typescript.codegen.endpointsV2.RuleSetParameterFinder;
import software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration;
import software.amazon.smithy.utils.SmithyInternalApi;

/**
* Generates accountIdEndpointMode configuration field for service clients that have the eponymous built-in param in the ruleset.
*/
Expand Down

0 comments on commit c9adc06

Please sign in to comment.