Skip to content

Commit

Permalink
Fail CI linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jultty committed Nov 27, 2023
1 parent 8fc10d0 commit f6f795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def print_environment_properties: Unit =
s"${Properties.javaVmVersion} " +
s"(${Properties.javaVmInfo})"
)
println(s"JDK Home: ${Properties.jdkHome}")
println(s"JDK Home: ${Properties.jdkHome}");

0 comments on commit f6f795e

Please sign in to comment.