Skip to content

Commit 80cbb9a

Browse files
committed
fix linting
1 parent 1da510d commit 80cbb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/src/sampler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Attributes, Context, Span} from '@opentelemetry/api';
1+
import type { Attributes, Context, Span } from '@opentelemetry/api';
22
import { SpanKind } from '@opentelemetry/api';
33
import { isSpanContextValid, trace } from '@opentelemetry/api';
44
import { TraceState } from '@opentelemetry/core';

0 commit comments

Comments
 (0)