Skip to content

Commit 8dbbe44

Browse files
committed
formatting
1 parent 55f7232 commit 8dbbe44

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • dogstatsd-http-forwarder/src/test/java/com/datadoghq/dogstatsd/http/forwarder

dogstatsd-http-forwarder/src/test/java/com/datadoghq/dogstatsd/http/forwarder/ForwarderTest.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ public class ForwarderTest {
2020
private static final URI URL = URI.create("http://localhost:0/");
2121

2222
private static Forwarder newForwarder(long maxBytes, WhenFull whenFull) {
23-
return new Forwarder(
24-
maxBytes,
25-
1,
26-
whenFull,
27-
Duration.ofSeconds(1),
28-
Duration.ofSeconds(1));
23+
return new Forwarder(maxBytes, 1, whenFull, Duration.ofSeconds(1), Duration.ofSeconds(1));
2924
}
3025

3126
@Test

0 commit comments

Comments
 (0)