From 13ae9ce1c0f4a1ae77d68d85be142d8e6f8286e0 Mon Sep 17 00:00:00 2001 From: mjk22071998 Date: Tue, 1 Oct 2024 16:12:00 +0500 Subject: [PATCH] added newline at end of file --- data_structures/linked_list/sorted_linked_list.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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