Skip to content

Commit 4a1f50e

Browse files
committed
Remove forbidden blank line
1 parent df60dcb commit 4a1f50e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Doc/tools/extensions/c_annotations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def add_annotations(app: Sphinx, doctree: nodes.document) -> None:
195195
break
196196
ancestor = ancestor.parent
197197
else:
198-
199198
# no skip; add the annotation
200199
annotation = _stable_abi_annotation(record)
201200
node.insert(0, annotation)

0 commit comments

Comments
 (0)