Skip to content

Commit

Permalink
try lint job in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haolingdong-msft committed Oct 10, 2024
1 parent 9121ed4 commit 3637794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export class CodeModelBuilder {
return hostParameters;
}

private processAuth(auth: Authentication) {
private processAuth(auth: Authentication) {{
const securitySchemes: SecurityScheme[] = [];
for (const option of auth.options) {
for (const scheme of option.schemes) {
Expand Down

0 comments on commit 3637794

Please sign in to comment.