Skip to content

Commit 065b97f

Browse files
committed
Apply format again...
1 parent f36a3ad commit 065b97f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,7 @@ def terminate(self):
13201320
class DebugAdapterError(Exception):
13211321
pass
13221322

1323+
13231324
class DebugAdapterProcessError(DebugAdapterError):
13241325
"""Raised when the lldb-dap process exits with a non-zero exit status."""
13251326

@@ -1335,6 +1336,7 @@ def __str__(self):
13351336
else:
13361337
return f"lldb-dap returned non-zero exit status {self.returncode}."
13371338

1339+
13381340
def attach_options_specified(options):
13391341
if options.pid is not None:
13401342
return True

0 commit comments

Comments
 (0)