Fix formatting

This commit is contained in:
Andrew Eisenberg 2024-06-11 12:00:21 -07:00
parent b808216778
commit 2fc7222394
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -615,7 +615,9 @@ export async function getCodeQLForCmd(
const overwriteFlag = isSupportedToolsFeature(
await this.getVersion(),
ToolsFeature.ForceOverwite,
) ? "--force-overwrite" : "--overwrite";
)
? "--force-overwrite"
: "--overwrite";
await runTool(
cmd,