mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
revert newline
This commit is contained in:
parent
a2c40daa4d
commit
53ebf4ba71
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue