Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
raz-mon committed May 2, 2024
1 parent 8a57d42 commit ba6576d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/migrate-graph/check-graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def checkSrcAndDestNodes(src_graph):
if len(results) == 0:
# no edges for this node.
continue

for row in results:
id_n = node_id
id_m = row[0]
Expand Down

0 comments on commit ba6576d

Please sign in to comment.