Skip to content

Commit acd4cc1

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import org.junit.jupiter.params.provider.Arguments;
1010
import org.junit.jupiter.params.provider.MethodSource;
1111

12-
1312
public class FactorialRecursionTest {
1413
@ParameterizedTest
1514
@MethodSource("inputStream")

0 commit comments

Comments
 (0)