Skip to content

Commit ff95d14

Browse files
committed
Kotlin: Fix lint
1 parent 30fe0c4 commit ff95d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/init-action.ts‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ async function run(){
347347
core.exportVariable("CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN","true");
348348
}
349349

350-
constkotlinLimitVar="CODEQL_EXTRACTOR_KOTLIN_OVERRIDE_MAXIMUM_VERSION_LIMIT";
350+
constkotlinLimitVar=
351+
"CODEQL_EXTRACTOR_KOTLIN_OVERRIDE_MAXIMUM_VERSION_LIMIT";
351352
if(awaitcodeQlVersionAbove(codeql,"2.13.4")){
352353
core.exportVariable(kotlinLimitVar,"1.9.20");
353354
}

0 commit comments

Comments
(0)