Skip to content

Commit c4e13ca

Browse files
committed
fmt
1 parent 63d817a commit c4e13ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx_codeautolink/extension/backref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(
6363
self,
6464
*args,
6565
code_refs: dict[str, list[CodeExample]],
66-
builder : str,
66+
builder: str,
6767
warn_no_backreference: bool = False,
6868
**kwargs,
6969
) -> None:

0 commit comments

Comments
 (0)