Skip to content

Commit 6b3598d

Browse files
committed
No logical changes: just reformatting
1 parent 5248338 commit 6b3598d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/client/src/org/openqa/selenium/firefox/GeckoDriverService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public class GeckoDriverService extends DriverService {
5757
* @throws IOException If an I/O error occurs.
5858
*/
5959
public GeckoDriverService(
60-
File executable, int port,
60+
File executable,
61+
int port,
6162
ImmutableList<String> args,
6263
ImmutableMap<String, String> environment) throws IOException {
6364
super(executable, port, args, environment);

0 commit comments

Comments
 (0)