Skip to content

Commit

Permalink
klint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Iurii Zaitsev committed Oct 9, 2024
1 parent 3afa350 commit 336d100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class JavaTestCompiler(
)
val executionMsg = executionResult.second

log.info { "Execution result: '${executionMsg}'" }
log.info { "Execution result: '$executionMsg'" }
// create .class file path
val classFilePath = path.replace(".java", ".class")

Expand Down

0 comments on commit 336d100

Please sign in to comment.