Skip to content

Commit

Permalink
spotless check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dharin Shah <[email protected]>
  • Loading branch information
Dharin-shah committed Jan 28, 2024
1 parent f661895 commit 38c8546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

import org.apache.lucene.search.Explanation;
import org.apache.lucene.search.TotalHits;
import org.junit.Assert;
import org.opensearch.Version;
import org.opensearch.action.OriginalIndices;
import org.opensearch.common.document.DocumentField;
Expand All @@ -57,6 +56,7 @@
import org.opensearch.test.AbstractWireSerializingTestCase;
import org.opensearch.test.RandomObjects;
import org.opensearch.test.VersionUtils;
import org.junit.Assert;

import java.io.IOException;
import java.util.ArrayList;
Expand Down

0 comments on commit 38c8546

Please sign in to comment.