fixed line spacing

This commit is contained in:
Ayaan Khan
2020-06-20 21:05:19 +05:30
parent c23685767b
commit 4a872d0ae0

View File

@@ -7,6 +7,7 @@
*
* \author [Ayaan Khan] (http://github.com/ayaankhan98)
*
* \details
* Merge Sort is an efficient, general purpose, comparison
* based sorting algorithm.
* Merge Sort is a divide and conquer algorithm