Skip to content

Commit d157565

Browse files
committed
prettier
1 parent 3aed16e commit d157565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/opentelemetry/src/hive-span-processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class HiveTracingSpanProcessor implements SpanProcessor {
7979
}
8080

8181
if (isOperationSpan(span)) {
82-
span.setAttribute('hive.graphql', true)
82+
span.setAttribute('hive.graphql', true);
8383
traceState?.operationRoots.set(spanId, span as SpanImpl);
8484
return;
8585
}

0 commit comments

Comments
 (0)