chore: remove excessive whitespace (#1375)
This commit is contained in:
parent
5a6488883a
commit
90f799cc95
@ -47,7 +47,7 @@ class Browser extends EventEmitter {
|
||||
* @param {function()=} closeCallback
|
||||
*/
|
||||
static async create(connection, options, closeCallback) {
|
||||
const browser = new Browser(connection, options, closeCallback);
|
||||
const browser = new Browser(connection, options, closeCallback);
|
||||
await connection.send('Target.setDiscoverTargets', {discover: true});
|
||||
return browser;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user