From 9e92e1e82570d3764738493133d4dc6e798124ac Mon Sep 17 00:00:00 2001 From: mjk22071998 Date: Tue, 1 Oct 2024 15:58:49 +0500 Subject: [PATCH] removed empty line in the end --- data_structures/linked_list/sorted_linked_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/linked_list/sorted_linked_list.py b/data_structures/linked_list/sorted_linked_list.py index 79e12ab16..ef0c4c971 100644 --- a/data_structures/linked_list/sorted_linked_list.py +++ b/data_structures/linked_list/sorted_linked_list.py @@ -368,4 +368,4 @@ if __name__ == "__main__": elif choice == "4": break else: - print("Wrong input") + print("Wrong input") \ No newline at end of file