Skip to content

Commit

Permalink
chore(codegen): java formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Aug 1, 2024
1 parent ef0c96b commit 972c6a6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ public void customizeSupportedHttpAuthSchemes(
supportedHttpAuthSchemesIndex.putHttpAuthScheme(authScheme.getSchemeId(), authScheme);

if (isSigV4AsymmetricService(model, settings)) {
HttpAuthScheme authSchemeSigV4a = supportedHttpAuthSchemesIndex.getHttpAuthScheme(SigV4Trait.ID).toBuilder()
HttpAuthScheme authSchemeSigV4a = supportedHttpAuthSchemesIndex
.getHttpAuthScheme(SigV4Trait.ID)
.toBuilder()
.schemeId(SigV4ATrait.ID)
.putDefaultSigner(LanguageTarget.SHARED, w -> w
.addDependency(AwsDependency.AWS_SDK_CORE)
Expand Down

0 comments on commit 972c6a6

Please sign in to comment.