Skip to content

Commit f186acc

Browse files
committed
spotless
1 parent 7a65e8a commit f186acc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal-api/src/test/java/datadog/trace/api/gateway/InstrumentationGatewayTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,7 @@ public void testThrowableBlocking() {
328328
cbp.getCallback(events.httpRoute()).accept(null, null);
329329
ss.registerCallback(events.requestFilesFilenames(), throwback);
330330
assertEquals(
331-
Flow.ResultFlow.empty(),
332-
cbp.getCallback(events.requestFilesFilenames()).apply(null, null));
331+
Flow.ResultFlow.empty(), cbp.getCallback(events.requestFilesFilenames()).apply(null, null));
333332
assertEquals(Events.MAX_EVENTS, throwback.count);
334333
}
335334

0 commit comments

Comments
 (0)