Skip to content

Commit ef61f23

Browse files
committed
Fixup formatting issue
1 parent b8ad6f9 commit ef61f23

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

plugboard/cli/process/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,5 @@ def diagram(
161161
with add_sys_path(config.parent):
162162
process = _build_process(config_spec)
163163
diagram = MermaidDiagram.from_process(process)
164-
md = Markdown(
165-
f"```\n{diagram.diagram}\n```\n[Editable diagram]({diagram.url}) (external link)"
166-
)
164+
md = Markdown(f"```\n{diagram.diagram}\n```\n[Editable diagram]({diagram.url}) (external link)")
167165
print(md)

0 commit comments

Comments
 (0)