Skip to content

Commit d7379e4

Browse files
authored
chore:Removed unnecssary whitespace
1 parent 16250de commit d7379e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/insertion_sort_recursive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file
33
* @brief Insertion Sort Algorithm
4-
* @author [Dhanush S] (https://github.com/Fandroid745)
4+
* @author [Dhanush S](https://github.com/Fandroid745)
55
*
66
* @details
77
* Insertion sort is a simple sorting algorithm that builds the final

0 commit comments

Comments
 (0)