Skip to content

Commit e7b7914

Browse files
committed
Applying python format.
1 parent 0b2f180 commit e7b7914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ def cleanup():
443443

444444
if not (response and response["success"]):
445445
self.assertTrue(
446-
response["success"],
447-
"launch failed (%s)" % (response["body"]["error"]["format"])
446+
response["success"],
447+
"launch failed (%s)" % (response["body"]["error"]["format"]),
448448
)
449449
return response
450450

0 commit comments

Comments
 (0)