Skip to content

Commit 09ecb2d

Browse files
committed
add space before edges section
1 parent 31acc6f commit 09ecb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/mermaid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def function_to_mermaid(fn):
3535
fillcolor = _color_to_hex(fillcolor)
3636
mermaid_lines.append(f"style {name} fill:{fillcolor}")
3737

38-
mermaid_lines.append("%% Edges:")
38+
mermaid_lines.append("\n%% Edges:")
3939
for edge in edges:
4040
source = edge.get_source()
4141
target = edge.get_destination()

0 commit comments

Comments
 (0)