Skip to content

Commit a83a138

Browse files
committed
Style fix
1 parent 5e5fc19 commit a83a138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/imagelayer/LoadLayerArchiveSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private static boolean verifyCompatibility(List<String> previousArgs, List<Strin
162162

163163
boolean violationsFound = !violations.isEmpty();
164164
if (verbose && violationsFound) {
165-
System.out.printf("\nDiff view of %s list of previous vs. current layer build options\n\n", positional ? "sequential" : "sorted");
165+
System.out.printf("%nDiff view of %s list of previous vs. current layer build options%n%n", positional ? "sequential" : "sorted");
166166
for (var diffResult : diffResults) {
167167
String prefix = switch (violations.get(diffResult)) {
168168
case null -> " ";

0 commit comments

Comments
 (0)