diff --git a/data_structures/skip_list.cpp b/data_structures/skip_list.cpp index b7aab7882..3e13ee696 100644 --- a/data_structures/skip_list.cpp +++ b/data_structures/skip_list.cpp @@ -209,7 +209,8 @@ void SkipList::displayList() { /** * Main function: - * Creates and inserts random 2^[number of levels] elements into the skip lists and than displays it + * Creates and inserts random 2^[number of levels] + * elements into the skip lists and than displays it */ int main() {