revert newline

This commit is contained in:
Codeflash Bot 2025-10-31 14:51:37 -07:00
parent a2c40daa4d
commit 53ebf4ba71

View file

@ -28,4 +28,4 @@ class Graph:
if visited[i] == False:
self.topologicalSortUtil(i, visited, stack)
return stack, str(sorting_id)
return stack, str(sorting_id)