Skip to content

Commit

Permalink
Pass CI linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jultty committed Nov 27, 2023
1 parent f6f795e commit 9c18756
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 9c18756

Please sign in to comment.