Skip to content

Commit

Permalink
feat(experimentalIdentityAndAuth): update `HttpAuthSchemeProviderGene…
Browse files Browse the repository at this point in the history
…rator`
  • Loading branch information
Steven Yuan committed Nov 9, 2023
1 parent 1d4d78b commit 0fc28d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private void generateHttpAuthOptionFunction(
w.addImport("HttpAuthOption", null, TypeScriptDependency.EXPERIMENTAL_IDENTITY_AND_AUTH);
w.openBlock("""
function create$LHttpAuthOption(authParameters: $LHttpAuthSchemeParameters): \
HttpAuthOption {""", "};",
HttpAuthOption {""", "};\n",
normalizedAuthSchemeName, serviceName,
() -> {
w.openBlock("return {", "};", () -> {
Expand Down

0 comments on commit 0fc28d7

Please sign in to comment.