Skip to content

Commit 150468a

Browse files
committed
Merge pull request #40889 from Eng-Fouad
* pr/40889: Add newline before the Spring banner Closes gh-40889
2 parents c479c56 + fad0f0a commit 150468a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringBootBanner.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class SpringBootBanner implements Banner {
4545

4646
@Override
4747
public void printBanner(Environment environment, Class<?> sourceClass, PrintStream printStream) {
48+
printStream.println();
4849
printStream.println(BANNER);
4950
String version = String.format(" (v%s)", SpringBootVersion.getVersion());
5051
StringBuilder padding = new StringBuilder();

0 commit comments

Comments
 (0)