Skip to content

Commit

Permalink
Apply #261
Browse files Browse the repository at this point in the history
  • Loading branch information
formatc1702 committed Jun 7, 2023
1 parent 8c957e3 commit 2ae7367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wireviz/wv_graphviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ def html_size_attr_dict(image):


def set_dot_basics(dot, options):
dot.body.append(f"// Graph generated by {APP_NAME} {__version__}")
dot.body.append(f"// {APP_URL}")
dot.body.append(f"// Graph generated by {APP_NAME} {__version__}\n")
dot.body.append(f"// {APP_URL}\n")
dot.attr(
"graph",
rankdir="LR",
Expand Down

0 comments on commit 2ae7367

Please sign in to comment.