Skip to content

Commit b5815b7

Browse files
committed
Fix formatting
1 parent 5a3d3c1 commit b5815b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/AutoConfigurationReportLoggingInitializer.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434

3535
/**
3636
* {@link ApplicationContextInitializer} that writes the {@link ConditionEvaluationReport}
37-
* to the log. Reports are logged at the {@link LogLevel#DEBUG DEBUG} level. A crash report
38-
* triggers an info output suggesting the user runs again with debug enabled to display the report.
37+
* to the log. Reports are logged at the {@link LogLevel#DEBUG DEBUG} level. A crash
38+
* report triggers an info output suggesting the user runs again with debug enabled to
39+
* display the report.
3940
* <p>
4041
* This initializer is not intended to be shared across multiple application context
4142
* instances.

0 commit comments

Comments
 (0)