Skip to content

Commit 6d1d346

Browse files
committed
Fix Spotless failures
1 parent 14013cd commit 6d1d346

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

log4j-jcl/src/test/java/org/apache/logging/log4j/jcl/CallerInformationTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@
1616
*/
1717
package org.apache.logging.log4j.jcl;
1818

19+
import static org.assertj.core.api.Assertions.assertThat;
20+
21+
import java.util.List;
1922
import org.apache.commons.logging.Log;
2023
import org.apache.commons.logging.LogFactory;
2124
import org.apache.logging.log4j.core.LoggerContext;
2225
import org.apache.logging.log4j.core.test.appender.ListAppender;
2326
import org.apache.logging.log4j.core.test.junit.LoggerContextSource;
2427
import org.junit.jupiter.api.Test;
2528

26-
import java.util.List;
27-
28-
import static org.assertj.core.api.Assertions.assertThat;
29-
3029
public class CallerInformationTest {
3130

3231
@Test

0 commit comments

Comments
 (0)