Skip to content

Commit

Permalink
Make my OCD happy by adding a blank line --- no logical changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 26, 2016
1 parent b605dd8 commit 5b7e46c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public class SeleniumServer implements GridNodeServer {
public SeleniumServer(StandaloneConfiguration configuration) {
this.configuration = configuration;
}

public int getRealPort() {
if (server.isStarted()) {
ServerConnector socket = (ServerConnector)server.getConnectors()[0];
Expand Down

0 comments on commit 5b7e46c

Please sign in to comment.