Skip to content

Commit b2a6760

Browse files
committed
lint
1 parent 7b09531 commit b2a6760

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery

java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryImpl.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,10 @@ && getOptions().getOpenTelemetryTracer() != null) {
452452
getOptions()
453453
.getOpenTelemetryTracer()
454454
.spanBuilder("com.google.cloud.bigquery.BigQuery.createJob")
455-
.setAllAttributes(jobInfo.getJobId() != null ? jobInfo.getJobId().getOtelAttributes() : Attributes.empty())
455+
.setAllAttributes(
456+
jobInfo.getJobId() != null
457+
? jobInfo.getJobId().getOtelAttributes()
458+
: Attributes.empty())
456459
.setAllAttributes(otelAttributesFromOptions(options))
457460
.startSpan();
458461
}

0 commit comments

Comments
 (0)