Skip to content

Commit bc90541

Browse files
authored
[libclang/python][NFC] Fix formatting in test_file (#145773)
1 parent 4a31f7f commit bc90541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/bindings/python/tests/cindex/test_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
inputs_dir = os.path.join(os.path.dirname(__file__), "INPUTS")
1111

12+
1213
class TestFile(unittest.TestCase):
1314
def test_file(self):
1415
index = Index.create()

0 commit comments

Comments
 (0)