Skip to content

Commit 8a839ea

Browse files
committed
fix comma in driverservice
1 parent 15fa449 commit 8a839ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/src/org/openqa/selenium/remote/service/DriverService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,8 @@ public DS build() {
514514
+ " visit :\n"
515515
+ " https://www.selenium.dev/documentation/webdriver/browsers/",
516516
getPort()));
517-
517+
}
518+
518519
if (timeout == null) {
519520
timeout = getDefaultTimeout();
520521
}

0 commit comments

Comments
 (0)