Skip to content

Commit da5e35a

Browse files
author
alxkm
committed
checkstyle: fix formatting
1 parent 9745401 commit da5e35a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/java/com/thealgorithms/maths/GCDRecursionTest.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
package com.thealgorithms.maths;
22

3+
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
import static org.junit.jupiter.api.Assertions.assertThrows;
5+
36
import org.junit.jupiter.api.Test;
47
import org.junit.jupiter.params.ParameterizedTest;
58
import org.junit.jupiter.params.provider.CsvSource;
69
import org.junit.jupiter.params.provider.ValueSource;
7-
import static org.junit.jupiter.api.Assertions.*;
810

911
public class GCDRecursionTest {
1012

0 commit comments

Comments
 (0)