Skip to content

Commit f6748b2

Browse files
committed
[lldb][NFC] Fix small format error in TestCppVirtualFunctions
1 parent 7377997 commit f6748b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/cpp/virtual-functions/TestCppVirtualFunctions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class TestCase(TestBase):
99

1010
def common_setup(self):
1111
self.build()
12-
lldbutil.run_to_source_breakpoint(self,"// break here", lldb.SBFileSpec("main.cpp"))
12+
lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.cpp"))
1313

1414
def test_call_on_base(self):
1515
self.common_setup()

0 commit comments

Comments
 (0)