Skip to content

Commit 3a9e121

Browse files
committed
spotless
1 parent c4c788e commit 3a9e121

File tree

1 file changed

+1
-2
lines changed
  • instrumentation/quartz-2.0/testing/src/main/java/io/opentelemetry/instrumentation/quartz/v2_0

1 file changed

+1
-2
lines changed

instrumentation/quartz-2.0/testing/src/main/java/io/opentelemetry/instrumentation/quartz/v2_0/AbstractQuartzTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ void failingJob() throws Exception {
102102
.hasAttributesSatisfyingExactly(
103103
equalTo(AttributeKey.stringKey("job.system"), "quartz"),
104104
equalTo(
105-
CODE_FUNCTION_NAME,
106-
FailingJob.class.getName() + ".execute"))));
105+
CODE_FUNCTION_NAME, FailingJob.class.getName() + ".execute"))));
107106
}
108107

109108
private static Scheduler createScheduler(String name) throws Exception {

0 commit comments

Comments
 (0)