Skip to content

Commit 16250de

Browse files
chore: remove redundant comment
1 parent c026e8c commit 16250de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sorting/insertion_sort_recursive.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ static void tests() {
149149
* @return 0 on successful exit.
150150
*/
151151
int main() {
152-
/// Running predefined tests to test the algorithm
153152
tests(); /// run self test implementations
154153

155154
return 0;

0 commit comments

Comments
 (0)