Skip to content

Commit 7a3604a

Browse files
author
Andrey Ershov
committed
Fix formatting
1 parent ca00f0f commit 7a3604a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/test/java/org/elasticsearch/gateway/GatewayMetaStateUT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ public class GatewayMetaStateUT extends GatewayMetaState {
4545
private final DiscoveryNode localNode;
4646

4747
public GatewayMetaStateUT(Settings settings, NodeEnvironment nodeEnvironment,
48-
NamedXContentRegistry xContentRegistry,
49-
DiscoveryNode localNode) throws IOException {
48+
NamedXContentRegistry xContentRegistry, DiscoveryNode localNode) throws IOException {
5049
super(settings, nodeEnvironment, new MetaStateService(nodeEnvironment, xContentRegistry),
5150
mock(MetaDataIndexUpgradeService.class), mock(MetaDataUpgrader.class),
5251
mock(TransportService.class), mock(ClusterService.class),

0 commit comments

Comments
 (0)