Skip to content

Commit cccdec6

Browse files
committed
checkstyle
1 parent b640b10 commit cccdec6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/src/test/java/org/elasticsearch/index/seqno/GlobalCheckpointSyncIT.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ public class GlobalCheckpointSyncIT extends ESIntegTestCase {
6666

6767
@Override
6868
protected Collection<Class<? extends Plugin>> nodePlugins() {
69-
return Stream.concat(super.nodePlugins().stream(), Stream.of(InternalSettingsPlugin.class, MockTransportService.TestPlugin.class)).collect(Collectors.toList());
69+
return Stream.concat(
70+
super.nodePlugins().stream(),
71+
Stream.of(InternalSettingsPlugin.class, MockTransportService.TestPlugin.class))
72+
.collect(Collectors.toList());
7073
}
7174

7275
public void testPostOperationGlobalCheckpointSync() throws Exception {

0 commit comments

Comments
 (0)