Skip to content

Commit fc9c6f6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e463ec7 commit fc9c6f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mdit_py_plugins/dollarmath/index.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ def dollarmath_plugin(
7878
_label_renderer: Callable[[str], str]
7979
if label_renderer is None:
8080
_label_renderer = ( # noqa: E731
81-
lambda label: f'<a href="#{label}" class="mathlabel" title="Permalink to this equation">¶</a>'
81+
lambda label: (
82+
f'<a href="#{label}" class="mathlabel" title="Permalink to this equation">¶</a>'
83+
)
8284
)
8385
else:
8486
_label_renderer = label_renderer

0 commit comments

Comments
 (0)