Skip to content

Commit 481c54e

Browse files
committed
Applying formatting.
1 parent cc6e5f2 commit 481c54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,8 +869,8 @@ def request_configurationDone(self):
869869
self.request_threads()
870870
if not stopped_on_entry:
871871
# Drop the initial cached threads if we did not stop-on-entry.
872-
# In VSCode, immediately following 'configurationDone', a
873-
# 'threads' request is made to get the initial set of threads,
872+
# In VSCode, immediately following 'configurationDone', a
873+
# 'threads' request is made to get the initial set of threads,
874874
# specifically the main threads id and name.
875875
# We issue the threads request to mimic this pattern but in our
876876
# tests we don't want to cache the result unless the process is

0 commit comments

Comments
 (0)