Skip to content

Commit 524e3f5

Browse files
committed
spotless
1 parent a3784d7 commit 524e3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/src/test/java/org/elasticsearch/xpack/test/rest/AbstractXPackRestTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
import org.elasticsearch.xpack.core.ml.job.persistence.AnomalyDetectorsIndexFields;
2626
import org.elasticsearch.xpack.core.ml.notifications.NotificationsIndex;
2727
import org.elasticsearch.xpack.core.rollup.job.RollupJob;
28+
import org.elasticsearch.xpack.inference.MlModelServer;
2829
import org.junit.After;
2930
import org.junit.Before;
31+
import org.junit.ClassRule;
3032

3133
import java.io.IOException;
3234
import java.util.Arrays;
@@ -37,8 +39,6 @@
3739
import java.util.concurrent.atomic.AtomicReference;
3840
import java.util.function.Predicate;
3941
import java.util.function.Supplier;
40-
import org.elasticsearch.xpack.inference.MlModelServer;
41-
import org.junit.ClassRule;
4242

4343
import static java.util.Collections.emptyList;
4444
import static java.util.Collections.singletonMap;

0 commit comments

Comments
 (0)