Skip to content

Commit 1469c33

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 6e60c6e commit 1469c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/action/search/FetchSearchPhaseTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ public StoredFieldsSpec storedFieldsSpec() {
917917
}
918918

919919
private static SearchContext createSearchContext(ContextIndexSearcher contextIndexSearcher, boolean allowPartialResults) {
920-
return createSearchContext(contextIndexSearcher, allowPartialResults, null);
920+
return createSearchContext(contextIndexSearcher, allowPartialResults, null);
921921
}
922922

923923
private static SearchContext createSearchContext(

0 commit comments

Comments
 (0)