Skip to content

Commit 9077fba

Browse files
committed
[java] fixed the format of DriverService
1 parent 65166ba commit 9077fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public void start() throws IOException {
222222
? StartOrDie.PROCESS_DIED
223223
: StartOrDie.PROCESS_IS_ACTIVE;
224224
} catch (InterruptedException ex) {
225-
return null;
225+
return null;
226226
}
227227
},
228228
executorService);

0 commit comments

Comments
 (0)