Skip to content

Commit c1831c3

Browse files
Apply trailing new line
1 parent 319c89a commit c1831c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm-runtime/src/main/java/io/spine/validation/Validate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static List<ConstraintViolation> violationsOf(Message message) {
9898
msg = unpack(packed);
9999
} else {
100100
System.err.printf(
101-
"Could not validate packed message of an unknown type `%s`.",
101+
"Could not validate packed message of an unknown type `%s`.%n",
102102
packed.getTypeUrl());
103103
}
104104
}

0 commit comments

Comments
 (0)