Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jałowiecki committed Jul 12, 2024
1 parent d8882cb commit 57d5a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qref/experimental/rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _add_nonleaf(routine, dag: graphviz.Digraph, parent_path: str) -> None:
for connection in routine.connections:
cluster.edge(
_format_node_name(connection.source, routine, full_path),
_format_node_name(connection.target, routine, full_path)
_format_node_name(connection.target, routine, full_path),
)


Expand Down

0 comments on commit 57d5a83

Please sign in to comment.