Skip to content

Commit 47cccfe

Browse files
committed
clang format changes
1 parent d103e84 commit 47cccfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/dynamicprogramming/LongestArithmeticSubsequenceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import static org.junit.jupiter.api.Assertions.assertThrows;
55

66
import java.util.stream.Stream;
7-
import org.junit.jupiter.api.Test;
87
import org.apache.commons.lang3.ArrayUtils;
8+
import org.junit.jupiter.api.Test;
99
import org.junit.jupiter.params.ParameterizedTest;
1010
import org.junit.jupiter.params.provider.Arguments;
1111
import org.junit.jupiter.params.provider.MethodSource;

0 commit comments

Comments
 (0)