diff --git a/data_structures/skip_list.cpp b/data_structures/skip_list.cpp index 1fc9f3e0e..62ae51ea9 100644 --- a/data_structures/skip_list.cpp +++ b/data_structures/skip_list.cpp @@ -210,7 +210,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() {