Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit fa48a3b

Browse files
sjelinjuliemr
authored andcommitted
chore(lint): fix gulp format:enforce (#3863)
1 parent 59c2807 commit fa48a3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/driverProviders/direct.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ export class Direct extends DriverProvider {
7474
// driver = ChromeDriver.createSession(new Capabilities(this.config_.capabilities),
7575
// chromeService);
7676
// TODO(ralphj): fix typings
77-
driver = require('selenium-webdriver/chrome')
78-
.Driver.createSession(
79-
new Capabilities(this.config_.capabilities), chromeService);
77+
driver =
78+
require('selenium-webdriver/chrome')
79+
.Driver.createSession(new Capabilities(this.config_.capabilities), chromeService);
8080
break;
8181
case 'firefox':
8282
if (this.config_.firefoxPath) {

0 commit comments

Comments
 (0)