Skip to content

Commit bcedd22

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 6c3d985 commit bcedd22

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

server/src/main/java/org/elasticsearch/transport/SniffConnectionStrategy.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@ public class SniffConnectionStrategy extends RemoteConnectionStrategy {
6969
// validate seed address
7070
parsePort(s);
7171
return s;
72-
}, new StrategyValidator<>(ns, key, ConnectionStrategy.SNIFF), Setting.Property.Dynamic, Setting.Property.NodeScope, Setting.Property.ProjectScope)
72+
},
73+
new StrategyValidator<>(ns, key, ConnectionStrategy.SNIFF),
74+
Setting.Property.Dynamic,
75+
Setting.Property.NodeScope,
76+
Setting.Property.ProjectScope
77+
)
7378
);
7479

7580
/**

0 commit comments

Comments
 (0)