Skip to content

Commit 26670a6

Browse files
committed
solve clang-format
1 parent de50138 commit 26670a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ private <T extends Comparable<T>> void insert(T[] array, int n) {
8585
// Place key at correct position
8686
array[j + 1] = key;
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)