Skip to content

Commit 66a98f4

Browse files
committed
spotless
1 parent d582535 commit 66a98f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/engine/MetricAggregationTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ private static void checkSingleValue(Collection<MetricData> data, long expectedV
204204
assertThat(metric.getName()).isEqualTo("test.metric");
205205
assertThat(metric.getLongSumData().getPoints())
206206
.extracting(LongPointData::getValue, PointData::getAttributes)
207-
.containsExactlyInAnyOrder(
208-
tuple(expectedValue, Attributes.empty()));
207+
.containsExactlyInAnyOrder(tuple(expectedValue, Attributes.empty()));
209208
});
210209
}
211210

0 commit comments

Comments
 (0)