diff --git a/data_structures/linked_list/sorted_linked_list.py b/data_structures/linked_list/sorted_linked_list.py index 9b317acce..101fa35c8 100644 --- a/data_structures/linked_list/sorted_linked_list.py +++ b/data_structures/linked_list/sorted_linked_list.py @@ -365,4 +365,5 @@ if __name__ == "__main__": elif choice == "4": break else: - print("Wrong input") \ No newline at end of file + print("Wrong input") + \ No newline at end of file