Skip to content

Commit ebcd198

Browse files
committed
fix spotless
1 parent 54e8a5d commit ebcd198

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dd-java-agent/appsec/src/test/groovy/com/datadog/appsec/api/security/AppSecSpanPostProcessorTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ class AppSecSpanPostProcessorTest extends DDSpecification {
255255
def producer = Mock(EventProducerService)
256256
def span = Mock(AgentSpan)
257257
def reqCtx = Mock(RequestContext)
258-
def traceSegment = Mock(TraceSegment)
259258
def ctx = Mock(AppSecRequestContext)
260259
def processor = new AppSecSpanPostProcessor(sampler, producer)
261260

0 commit comments

Comments
 (0)