Skip to content

Commit 89ca3c9

Browse files
fix formattnig
1 parent 287ab44 commit 89ca3c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

exporters/sender/okhttp/src/test/java/io/opentelemetry/exporter/sender/okhttp/internal/OkHttpGrpcSenderTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,7 @@ void shutdown_InterruptedWhileWaiting_StillSucceeds() throws Exception {
237237
// Trigger some activity
238238
CountDownLatch taskStarted = new CountDownLatch(1);
239239
sender.send(
240-
new TestMarshaler(),
241-
response -> taskStarted.countDown(),
242-
error -> taskStarted.countDown());
240+
new TestMarshaler(), response -> taskStarted.countDown(), error -> taskStarted.countDown());
243241

244242
// Wait for task to start
245243
assertTrue(taskStarted.await(2, TimeUnit.SECONDS), "Task should start");

0 commit comments

Comments
 (0)