Skip to content

Commit fddc5fc

Browse files
committed
Spotless fix
1 parent 4bed658 commit fddc5fc

File tree

1 file changed

+2
-1
lines changed
  • jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/assertions

1 file changed

+2
-1
lines changed

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/assertions/MetricAssert.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ private MetricAssert checkDataPoints(Consumer<List<NumberDataPoint>> listConsume
189189
info.description("at least one set of data points expected for metric '%s'", actual.getName());
190190
integers.assertGreaterThan(info, count, 0);
191191

192-
strictCheck("data point attributes", /* expectedCheckStatus= */ false, dataPointAttributesChecked);
192+
strictCheck(
193+
"data point attributes", /* expectedCheckStatus= */ false, dataPointAttributesChecked);
193194
dataPointAttributesChecked = true;
194195
return this;
195196
}

0 commit comments

Comments
 (0)