Skip to content

Commit ad7bf27

Browse files
daniel-mohedanomajk-p
authored andcommitted
style: spotless
1 parent c5007e6 commit ad7bf27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dd-java-agent/instrumentation/weaver/src/main/java/datadog/trace/instrumentation/weaver/TaskDefAwareConcurrentLinkedQueueProxy.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ public final class TaskDefAwareConcurrentLinkedQueueProxy<T> extends ConcurrentL
88
private final TaskDef taskDef;
99
private final ConcurrentLinkedQueue<T> delegate;
1010

11-
public TaskDefAwareConcurrentLinkedQueueProxy(TaskDef taskDef, ConcurrentLinkedQueue<T> delegate) {
11+
public TaskDefAwareConcurrentLinkedQueueProxy(
12+
TaskDef taskDef, ConcurrentLinkedQueue<T> delegate) {
1213
super();
1314
this.taskDef = taskDef;
1415
this.delegate = delegate;

0 commit comments

Comments
 (0)