Skip to content

Commit 3ff2e3b

Browse files
Remove unnecessary whitespace in CombinationSumTest
1 parent 8238ad8 commit 3ff2e3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/backtracking/CombinationSumTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import org.junit.jupiter.api.Test;
99

1010
class CombinationSumTest {
11-
1211
private static List<List<Integer>> norm(Iterable<List<Integer>> x) {
1312
List<List<Integer>> y = new ArrayList<>();
1413
for (var p : x) {

0 commit comments

Comments
 (0)