Skip to content

Commit aab5adf

Browse files
fixup! Format python file
1 parent cd6661b commit aab5adf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def run_python_os_funcionality(self):
132132
)
133133

134134
tid_regex = re.compile("tid = (0x[0-9a-fA-F]+)")
135+
135136
def get_tid_from_thread_info_command(self, thread, use_backing_thread):
136137
interp = self.dbg.GetCommandInterpreter()
137138
result = lldb.SBCommandReturnObject()

0 commit comments

Comments
 (0)