Skip to content

Commit 746d843

Browse files
committed
fixup! python format
1 parent be0b111 commit 746d843

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ class TestCase(TestBase):
88
def test(self):
99
"""Test that SBType.GetBasicType unwraps typedefs."""
1010
self.build()
11-
lldbutil.run_to_source_breakpoint(
12-
self, "return", lldb.SBFileSpec("main.cpp")
13-
)
11+
lldbutil.run_to_source_breakpoint(self, "return", lldb.SBFileSpec("main.cpp"))
1412

1513
a = self.frame().FindVariable("a")
1614
self.assertTrue(a)

0 commit comments

Comments
 (0)