Skip to content

Commit 7a7f7b6

Browse files
committed
Add blank line between static and normal imports for clang-format
1 parent f029c33 commit 7a7f7b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/thealgorithms/recursion/FactorialTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import static org.junit.jupiter.api.Assertions.*;
2+
23
import org.junit.jupiter.api.Test;
34

45
public class FactorialTest {

0 commit comments

Comments
 (0)