Skip to content

Commit 6842cd4

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 95b1bda commit 6842cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/otel-data/src/test/java/org/elasticsearch/xpack/oteldata/otlp/docbuilder/MetricDocumentBuilderTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public void testEmptyFields() throws IOException {
197197
assertThat(doc.evaluate("unit"), is(nullValue()));
198198
}
199199

200-
public void testExponentialHistogram() throws Exception{
200+
public void testExponentialHistogram() throws Exception {
201201
Resource resource = Resource.newBuilder().build();
202202
InstrumentationScope scope = InstrumentationScope.newBuilder().build();
203203

@@ -231,7 +231,7 @@ public void testExponentialHistogram() throws Exception{
231231
assertThat(dynamicTemplates, hasEntry("metrics.exponential_histogram", "histogram"));
232232
}
233233

234-
public void testHistogram() throws Exception{
234+
public void testHistogram() throws Exception {
235235
Resource resource = Resource.newBuilder().build();
236236
InstrumentationScope scope = InstrumentationScope.newBuilder().build();
237237

0 commit comments

Comments
 (0)