Skip to content

Commit 8d8fc3e

Browse files
committed
mvn spotless:apply
1 parent f521a43 commit 8d8fc3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

json-smart/src/test/java/net/minidev/json/test/writer/FakeMapperTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package net.minidev.json.test.writer;
22

3-
import static org.junit.jupiter.api.Assertions.assertEquals;
43
import static org.junit.jupiter.api.Assertions.assertNotNull;
54
import static org.junit.jupiter.api.Assertions.assertNull;
65
import static org.junit.jupiter.api.Assertions.assertSame;
@@ -61,4 +60,4 @@ public void testCreateArray() {
6160
Object result = mapper.createArray();
6261
assertNull(result);
6362
}
64-
}
63+
}

0 commit comments

Comments
 (0)