Skip to content

Commit

Permalink
Fix code scanning alert no. 1114: Ensure code is properly formatted, …
Browse files Browse the repository at this point in the history
…use insertion, deletion, or replacement to obtain desired formatting.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 0a7d6c2 commit ea41240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autobuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function determineAutobuildLanguages(
) {
logger.info(
`Using build mode "${config.buildMode}", nothing to autobuild. ` +
`See ${DocUrl.CODEQL_BUILD_MODES} for more information.`,
`See ${DocUrl.CODEQL_BUILD_MODES} for more information.`,
);
return undefined;
}
Expand Down

0 comments on commit ea41240

Please sign in to comment.