Skip to content

Commit 34e1c47

Browse files
committed
darker fmt
1 parent 423ec77 commit 34e1c47

File tree

1 file changed

+1
-3
lines changed
  • cross-project-tests/debuginfo-tests/dexter/dex/debugger

1 file changed

+1
-3
lines changed

cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,7 @@ def _add_conditional_breakpoint(self, file, line, condition):
573573
self.pending_breakpoints = True
574574
return new_id
575575

576-
def _update_breakpoint_ids_after_request(
577-
self, dex_bp_ids: list, response: dict
578-
):
576+
def _update_breakpoint_ids_after_request(self, dex_bp_ids: list, response: dict):
579577
dap_bp_ids = [bp["id"] for bp in response["body"]["breakpoints"]]
580578
if len(dex_bp_ids) != len(dap_bp_ids):
581579
self.context.logger.error(

0 commit comments

Comments
 (0)