Skip to content

Commit ea41240

Browse files
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>
1 parent 0a7d6c2 commit ea41240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autobuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function determineAutobuildLanguages(
2525
) {
2626
logger.info(
2727
`Using build mode "${config.buildMode}", nothing to autobuild. ` +
28-
`See ${DocUrl.CODEQL_BUILD_MODES} for more information.`,
28+
`See ${DocUrl.CODEQL_BUILD_MODES} for more information.`,
2929
);
3030
return undefined;
3131
}

0 commit comments

Comments
 (0)