Skip to content

Commit 53ebf4b

Browse files
author
Codeflash Bot
committed
revert newline
1 parent a2c40da commit 53ebf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_to_optimize/topological_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ def topologicalSort(self):
2828
if visited[i] == False:
2929
self.topologicalSortUtil(i, visited, stack)
3030

31-
return stack, str(sorting_id)
31+
return stack, str(sorting_id)

0 commit comments

Comments
 (0)