Skip to content

Commit 9c18756

Browse files
committed
Pass CI linting
1 parent f6f795e commit 9c18756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/Main.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def print_environment_properties: Unit =
1111
s"${Properties.javaVmVersion} " +
1212
s"(${Properties.javaVmInfo})"
1313
)
14-
println(s"JDK Home: ${Properties.jdkHome}");
14+
println(s"JDK Home: ${Properties.jdkHome}")

0 commit comments

Comments
 (0)