Skip to content

Commit c7180ff

Browse files
committed
Appease the formatter
1 parent 93f3b75 commit c7180ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def collect_important(self, timeout_secs, pattern=None):
235235
"important", timeout_secs=timeout_secs, pattern=pattern
236236
)
237237

238-
239238
def get_local_as_int(self, name, threadId=None):
240239
value = self.dap_server.get_local_variable_value(name, threadId=threadId)
241240
# 'value' may have the variable value and summary.

0 commit comments

Comments
 (0)