Skip to content

Commit 716a675

Browse files
committed
remove formatting change
1 parent aa97b1c commit 716a675

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dd-java-agent/agent-debugger/src/test/java/com/datadog/debugger/agent/CapturingTestBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ public static LogProbe.Builder createProbeBuilder(
351351

352352
protected TestSnapshotListener installProbes(
353353
Configuration configuration, ProbeDefinition... probes) {
354-
355354
config = mock(Config.class);
356355
when(config.isDebuggerEnabled()).thenReturn(true);
357356
when(config.isDebuggerClassFileDumpEnabled()).thenReturn(true);

0 commit comments

Comments
 (0)