Skip to content

Commit 2afeb2b

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0f9bd65 commit 2afeb2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/plugin/core/src/internalClusterTest/java/org/elasticsearch/xpack/core/ml/search/SparseVectorIndexOptionsIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
1111

1212
import org.elasticsearch.test.ESIntegTestCase;
13-
import org.junit.Assert;
1413

1514
import java.util.ArrayList;
1615
import java.util.List;
@@ -48,6 +47,5 @@ public static Iterable<Object[]> parameters() throws Exception {
4847
return params;
4948
}
5049

51-
public void testItPrunesTokensIfIndexOptions() {
52-
}
50+
public void testItPrunesTokensIfIndexOptions() {}
5351
}

0 commit comments

Comments
 (0)