Skip to content

Commit 0d3e239

Browse files
committed
Spotless apply
1 parent 8c7ced5 commit 0d3e239

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • internal-api/src/main/java/datadog/trace/api

internal-api/src/main/java/datadog/trace/api/Config.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3441,7 +3441,9 @@ public boolean isAxisPromoteResourceName() {
34413441
return axisPromoteResourceName;
34423442
}
34433443

3444-
public boolean isDataJobsEnabled() { return instrumenterConfig.isDataJobsEnabled(); }
3444+
public boolean isDataJobsEnabled() {
3445+
return instrumenterConfig.isDataJobsEnabled();
3446+
}
34453447

34463448
/** @return A map of tags to be applied only to the local application root span. */
34473449
public Map<String, Object> getLocalRootSpanTags() {

0 commit comments

Comments
 (0)