Skip to content

Commit eb9703e

Browse files
committed
Reformat
1 parent 7a9f099 commit eb9703e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lib/resolve-environment.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resolve-environment.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ export async function runResolveBuildEnvironment(
1717
// If the CodeQL version in use does not support the `resolve build-environment`
1818
// command, just return an empty configuration. Otherwise invoke the CLI.
1919
if (
20-
!(await util.codeQlVersionAbove(
21-
codeql,
22-
CODEQL_VERSION_RESOLVE_ENVIRONMENT
23-
))
20+
!(await util.codeQlVersionAbove(codeql, CODEQL_VERSION_RESOLVE_ENVIRONMENT))
2421
) {
2522
logger.warning(
2623
"Unsupported CodeQL CLI version for `resolve build-environment` command, " +

0 commit comments

Comments
 (0)