Skip to content

Commit 8752b76

Browse files
committed
chore: linting
Signed-off-by: Mohammad Hasnain <[email protected]>
1 parent 6a88bb0 commit 8752b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/analysis-common/src/test/java/org/opensearch/analysis/common/CompoundAnalysisTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
import org.apache.lucene.analysis.Analyzer;
3636
import org.apache.lucene.analysis.TokenStream;
3737
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
38-
import org.junit.Before;
3938
import org.opensearch.Version;
4039
import org.opensearch.cluster.metadata.IndexMetadata;
4140
import org.opensearch.common.settings.Settings;
@@ -51,6 +50,7 @@
5150
import org.opensearch.test.IndexSettingsModule;
5251
import org.opensearch.test.OpenSearchTestCase;
5352
import org.hamcrest.MatcherAssert;
53+
import org.junit.Before;
5454

5555
import java.io.IOException;
5656
import java.io.InputStream;

0 commit comments

Comments
 (0)