Skip to content

Commit c419b4c

Browse files
committed
fmt
1 parent 2f26c3e commit c419b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/firefox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const zip = require('./io/zip')
121121
const { Browser, Capabilities, Capability } = require('./lib/capabilities')
122122
const { Zip } = require('./io/zip')
123123
const { getBinaryPaths } = require('./common/driverFinder')
124-
const portprober = require("./net/portprober")
124+
const portprober = require('./net/portprober')
125125
const FIREFOX_CAPABILITY_KEY = 'moz:firefoxOptions'
126126

127127
/**

0 commit comments

Comments
 (0)