Fix code scanning alert no. 1114: Ensure code is properly formatted, 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>
This commit is contained in:
parent
0a7d6c210b
commit
ea41240bed
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue