Skip to content

Commit

Permalink
Merge pull request #747 from michaeljones/formatting
Browse files Browse the repository at this point in the history
Fix black formatting warning
  • Loading branch information
michaeljones committed Sep 29, 2021
2 parents a1c3614 + ad597b0 commit 327374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathe/renderer/sphinxrenderer.py
Expand Up @@ -1055,7 +1055,7 @@ def visit_class(self, node) -> List[Node]:
decls.append(",")
else:
first = False
if base.prot is not None and domain != 'cs':
if base.prot is not None and domain != "cs":
decls.append(base.prot)
if base.virt == "virtual":
decls.append("virtual")
Expand Down

0 comments on commit 327374d

Please sign in to comment.