Skip to content

Commit 2a01180

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 42e51d4 commit 2a01180

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/elasticsearch/search/fetch/StoredFieldsSpecTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public void testNoCloneOnMerge() {
8181
assertThat(spec.requiredStoredFields(), sameInstance(withCat.requiredStoredFields()));
8282
}
8383

84-
8584
private static SearchContext searchContext(SearchSourceBuilder sourceBuilder) {
8685
SearchContext sc = mock(SearchContext.class);
8786
when(sc.fetchSourceContext()).thenReturn(sourceBuilder.fetchSource());

0 commit comments

Comments
 (0)