Skip to content

Commit 7544113

Browse files
committed
Run format
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 1dbfd6d commit 7544113

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

java/src/org/openqa/selenium/grid/node/httpd/NodeServer.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,10 @@ public NettyServer start() {
219219
.onFailure(
220220
event -> {
221221
LOG.severe(
222-
String.format(
223-
"Registration event failed after period of %s seconds. Node will not attempt to register again.",
224-
nodeOptions.getRegisterPeriod().getSeconds()));
222+
String.format(
223+
"Registration event failed after period of %s seconds. Node will not"
224+
+ " attempt to register again.",
225+
nodeOptions.getRegisterPeriod().getSeconds()));
225226
if (nodeOptions.getRegisterLoopBack()) {
226227
LOG.severe("Shutting down");
227228
System.exit(1);

0 commit comments

Comments
 (0)