Skip to content

Commit 034e3fc

Browse files
committed
chore: make spotless happy
1 parent 2acacde commit 034e3fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dd-java-agent/agent-crashtracking/src/main/java/datadog/crashtracking/parsers/J9JavacoreParser.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,7 @@ private StackFrame parseJavaStackFrame(String frameText) {
412412
}
413413
}
414414

415-
return new StackFrame(
416-
file, line, function, frameType, null, null, null, null, null, null);
415+
return new StackFrame(file, line, function, frameType, null, null, null, null, null, null);
417416
}
418417

419418
/**

0 commit comments

Comments
 (0)