Skip to content

Commit 1c68b09

Browse files
style: add blank line between static and non-static imports
1 parent e9d5235 commit 1c68b09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/com/thealgorithms/datastructures/lists/PalindromeSinglyLinkedListTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import static org.junit.jupiter.api.Assertions.assertFalse;
44
import static org.junit.jupiter.api.Assertions.assertTrue;
5+
56
import org.junit.jupiter.api.Test;
67

78
public class PalindromeSinglyLinkedListTest {

0 commit comments

Comments
 (0)