Skip to content

Commit 6bce1d5

Browse files
authored
remove new line
Signed-off-by: Tyler Gregory <[email protected]>
1 parent a18fd9e commit 6bce1d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/structured/StructuredLoggingJsonPropertiesTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ void createPrinterWhenClassNameInjectsConfiguredPrinter() {
184184
StackTracePrinter printer = properties.createPrinter();
185185
String actual = TestException.withoutLineNumbers(printer.printStackTraceToString(exception));
186186
assertThat(actual).isEqualTo("RuntimeExceptionroot! at org.springfr...");
187-
188187
}
189188

190189
@Test

0 commit comments

Comments
 (0)