Skip to content

Commit d85b5ab

Browse files
committed
Fix formatting
1 parent 22edb94 commit d85b5ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/bindings/python/tests/cindex/test_cursor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,6 @@ def test_pretty_print(self):
998998
self.assertEqual(f.pretty_printed(pp), "void f(_Bool x) {\n}\n")
999999

10001000
def test_hash(self):
1001-
10021001
def accumulate_cursors(cursor: Cursor, all_cursors: list):
10031002
all_cursors.append(cursor)
10041003
for child in cursor.get_children():

0 commit comments

Comments
 (0)