Skip to content

Commit 4901f54

Browse files
committed
Lint
1 parent e2e36b1 commit 4901f54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/setup-codeql.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,8 @@ async function getNightlyToolsUrl(logger: Logger) {
822822
}
823823

824824
function isReservedToolsValue(tools: string): boolean {
825-
return CODEQL_BUNDLE_VERSION_ALIAS.includes(tools) ||
826-
CODEQL_NIGHTLY_TOOLS_INPUTS.includes(tools);
825+
return (
826+
CODEQL_BUNDLE_VERSION_ALIAS.includes(tools) ||
827+
CODEQL_NIGHTLY_TOOLS_INPUTS.includes(tools)
828+
);
827829
}

0 commit comments

Comments
 (0)