Skip to content

Commit c161fb5

Browse files
committed
./gradlew spotlessApply
1 parent 3764a0e commit c161fb5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

instrumentation/jmx-metrics/javaagent/src/test/java/io/opentelemetry/instrumentation/javaagent/jmx/JmxMetricInsightInstallerTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ class JmxMetricInsightInstallerTest {
3333
private static final Set<String> FILES_TO_BE_TESTED =
3434
new HashSet<>(
3535
Arrays.asList(
36-
"activemq.yaml",
37-
"camel.yaml",
38-
"hadoop.yaml",
39-
"jetty.yaml",
40-
"kafka-broker.yaml"));
36+
"activemq.yaml", "camel.yaml", "hadoop.yaml", "jetty.yaml", "kafka-broker.yaml"));
4137

4238
@Test
4339
void testToVerifyExistingRulesAreValid() throws Exception {

0 commit comments

Comments
 (0)