Skip to content

Commit 5781ae1

Browse files
committed
spotless
1 parent d528a89 commit 5781ae1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exporters/zipkin/src/test/java/io/opentelemetry/exporter/zipkin/ZipkinSpanExporterTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ void suppressInstrumentation() {
273273

274274
zipkinSpanExporter.export(Collections.singleton(testSpanData));
275275

276-
// Instrumentation should be suppressed on send, to avoid incidental spans related to span export.
276+
// Instrumentation should be suppressed on send, to avoid incidental spans related to span
277+
// export.
277278
assertTrue(suppressCatchingSender.sent.get());
278279
assertTrue(suppressCatchingSender.suppressed.get());
279280
}

0 commit comments

Comments
 (0)