Skip to content

Commit

Permalink
style: double quotes in DriverUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Oct 17, 2020
1 parent 6fa2df5 commit dee1758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/DriverUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class DriverUtils {
}

for (const key of Object.keys(urlDriverOptions)) {
if (typeof urlDriverOptions[key] === 'undefined') {
if (typeof urlDriverOptions[key] === "undefined") {
delete urlDriverOptions[key];
}
}
Expand Down

0 comments on commit dee1758

Please sign in to comment.