Skip to content

Commit

Permalink
Remove unnecessary formatted text
Browse files Browse the repository at this point in the history
  • Loading branch information
Datricks committed May 8, 2022
1 parent 1d31c62 commit f4ffc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphviz/backend/dot_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ def command(engine: str, format_: str, *,
cmd.append(f'-n{neato_no_op:d}')

if invert_axis:
cmd.append(f'-y')
cmd.append('-y')

return cmd

0 comments on commit f4ffc39

Please sign in to comment.