From 53ebf4ba714ffc72a4e8fc0a95fef95186e5f729 Mon Sep 17 00:00:00 2001 From: Codeflash Bot Date: Fri, 31 Oct 2025 14:51:37 -0700 Subject: [PATCH] revert newline --- code_to_optimize/topological_sort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_to_optimize/topological_sort.py b/code_to_optimize/topological_sort.py index 9bcd70c8b..6d3fa457a 100644 --- a/code_to_optimize/topological_sort.py +++ b/code_to_optimize/topological_sort.py @@ -28,4 +28,4 @@ class Graph: if visited[i] == False: self.topologicalSortUtil(i, visited, stack) - return stack, str(sorting_id) \ No newline at end of file + return stack, str(sorting_id)