Skip to content

Commit

Permalink
Autoformat code using black
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Mar 23, 2024
1 parent c1dfc9a commit 01fe0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansibleplaybookgrapher/renderer/mermaid.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def render(

mermaid_code += playbook_builder.build_playbook(
hide_empty_plays=hide_empty_plays,
hide_plays_without_roles=hide_plays_without_roles
hide_plays_without_roles=hide_plays_without_roles,
)
link_order = playbook_builder.link_order
roles_built.update(playbook_builder.roles_built)
Expand Down

0 comments on commit 01fe0c6

Please sign in to comment.