Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit a1e67ca

Browse files
committed
Style updates
1 parent 8f3a63b commit a1e67ca

File tree

1 file changed

+2
-6
lines changed
  • packages/devtools-connection/src/debugger

1 file changed

+2
-6
lines changed

packages/devtools-connection/src/debugger/client.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2490,9 +2490,7 @@ ThreadClient.prototype = {
24902490
type: "setXHRBreakpoint",
24912491
path: args(0),
24922492
method: args(1)
2493-
}, {
2494-
2495-
}),
2493+
}, {}),
24962494

24972495
/**
24982496
* Request to remove XHR breakpoint
@@ -2503,9 +2501,7 @@ ThreadClient.prototype = {
25032501
type: "removeXHRBreakpoint",
25042502
path: args(0),
25052503
method: args(1)
2506-
}, {
2507-
2508-
}),
2504+
}, {}),
25092505

25102506
getLastPausePacket: function() {
25112507
return this._lastPausePacket;

0 commit comments

Comments
 (0)