Skip to content

Commit 0d17676

Browse files
author
Alex Klymenko
committed
checkstyle: remove redundant line
1 parent df2e79f commit 0d17676

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/sorts/ShellSort.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,4 @@ private <T extends Comparable<T>> void performGapInsertionSort(final T[] array,
6666
array[j] = temp;
6767
}
6868
}
69-
7069
}

0 commit comments

Comments
 (0)