Skip to content

Commit

Permalink
Spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
kr-igor committed Apr 29, 2024
1 parent 6e9f01a commit 8a2ddcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dd-trace-core/src/main/java/datadog/trace/core/DDSpan.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ public final void finishWithDuration(final long durationNano) {
private static final boolean legacyEndToEndEnabled =
Config.get().isEndToEndDurationEnabled(false, "legacy");

private static final int enabledProducts =
Config.get().getEnabledProducts();
private static final int enabledProducts = Config.get().getEnabledProducts();

@Override
public void beginEndToEnd() {
Expand Down

0 comments on commit 8a2ddcf

Please sign in to comment.