Skip to content

Commit 5b7e46c

Browse files
committed
Make my OCD happy by adding a blank line --- no logical changes
1 parent b605dd8 commit 5b7e46c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/server/src/org/openqa/selenium/remote/server/SeleniumServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public class SeleniumServer implements GridNodeServer {
5656
public SeleniumServer(StandaloneConfiguration configuration) {
5757
this.configuration = configuration;
5858
}
59+
5960
public int getRealPort() {
6061
if (server.isStarted()) {
6162
ServerConnector socket = (ServerConnector)server.getConnectors()[0];

0 commit comments

Comments
 (0)