Skip to content

Commit

Permalink
Remove newline to be consistent
Browse files Browse the repository at this point in the history
Co-authored-by: Fabio Niephaus <[email protected]>
  • Loading branch information
dnestoro and fniephaus authored May 23, 2024
1 parent 5be4410 commit 516e740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static Path getNativeImage(Logger logger) throws MojoExecutionException {
}

if (nativeImage == null) {
throw new RuntimeException("The 'native-image' tool was not found on your system. " + System.lineSeparator() +
throw new RuntimeException("The 'native-image' tool was not found on your system. " +
"Make sure that the JAVA_HOME or GRAALVM_HOME environment variables point to a GraalVM JDK, or that 'native-image' is on the system path.");
}

Expand Down

0 comments on commit 516e740

Please sign in to comment.