Skip to content

Commit 0bc3398

Browse files
author
Koushik Sai
committed
Apply clang-format to factorial recursion tests
1 parent acd4cc1 commit 0bc3398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package com.thealgorithms.recursion;
22

3-
import java.util.stream.Stream;
4-
53
import static org.junit.jupiter.api.Assertions.assertEquals;
64
import static org.junit.jupiter.api.Assertions.assertThrows;
5+
6+
import java.util.stream.Stream;
77
import org.junit.jupiter.api.Test;
88
import org.junit.jupiter.params.ParameterizedTest;
99
import org.junit.jupiter.params.provider.Arguments;

0 commit comments

Comments
 (0)