Skip to content

Commit 5b56d8b

Browse files
committed
spotless
1 parent e924f9b commit 5b56d8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

log4j-weaver/src/test/java/org/apache/logging/log4j/weaver/log4j2/LoggerConversionHandlerExample.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,6 @@ private static LogEvent assertLocationEquals(final String methodName, final List
928928
return assertLocationEquals(methodName, app, -1);
929929
}
930930

931-
932931
/**
933932
* Asserts log event has the right location intended, the log request is {@param difference} before this call
934933
*
@@ -937,8 +936,7 @@ private static LogEvent assertLocationEquals(final String methodName, final List
937936
* @param difference the difference between the call to this function and the log
938937
* @return the log event extracted
939938
*/
940-
private static LogEvent assertLocationEquals(
941-
final String methodName, final ListAppender app, int difference) {
939+
private static LogEvent assertLocationEquals(final String methodName, final ListAppender app, int difference) {
942940
final List<LogEvent> events = app.getEvents();
943941
assertThat(events).hasSize(1);
944942
final LogEvent event = events.get(0);

0 commit comments

Comments
 (0)