Skip to content

Commit

Permalink
No logical changes: just reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 10, 2018
1 parent 5248338 commit 6b3598d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public class GeckoDriverService extends DriverService {
* @throws IOException If an I/O error occurs.
*/
public GeckoDriverService(
File executable, int port,
File executable,
int port,
ImmutableList<String> args,
ImmutableMap<String, String> environment) throws IOException {
super(executable, port, args, environment);
Expand Down

0 comments on commit 6b3598d

Please sign in to comment.