fixed line spacing

This commit is contained in:
Ayaan Khan
2020-06-20 21:05:19 +05:30
parent b1d2ad1dfc
commit 0a09c1e382

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