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:
Andrew Eisenberg 2025-01-05 11:24:42 -08:00 committed by GitHub
parent 0a7d6c210b
commit ea41240bed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}