Skip to content

Commit b7f0bfc

Browse files
committed
Run black again
1 parent 51e8622 commit b7f0bfc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

breathe/directives/content_block.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,12 @@ class DoxygenNamespaceDirective(_DoxygenContentBlockDirective):
106106
class DoxygenGroupDirective(_DoxygenContentBlockDirective):
107107
kind = "group"
108108
option_spec = _DoxygenContentBlockDirective.option_spec.copy()
109-
option_spec.update({
110-
"inner": flag,
111-
"no-title": flag,
112-
})
109+
option_spec.update(
110+
{
111+
"inner": flag,
112+
"no-title": flag,
113+
}
114+
)
113115

114116

115117
class DoxygenPageDirective(_DoxygenContentBlockDirective):

0 commit comments

Comments
 (0)