Skip to content

Commit 5fb9b39

Browse files
committed
Add newline
1 parent 172a9d3 commit 5fb9b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/test/java/org/springframework/boot/build/architecture/objects/noRequireNonNull/AssertNotNullUsage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ public void ensureObjectNotNull() {
3535
Assert.notNull(new Object(), "The object must not be null");
3636
}
3737

38-
}
38+
}

buildSrc/src/test/java/org/springframework/boot/build/architecture/objects/requireNonNull/RequireNonNullUsage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ public void validateObject() {
3535
Objects.requireNonNull(new Object(), "The object cannot be null");
3636
}
3737

38-
}
38+
}

0 commit comments

Comments
 (0)