Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jun 27, 2024
1 parent 1b3c21a commit d7c937a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry/src/sampler.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Attributes, Context, Span , TraceState as TraceStateInterface} from '@opentelemetry/api';
import type { Attributes, Context, Span, TraceState as TraceStateInterface } from '@opentelemetry/api';
import { SpanKind } from '@opentelemetry/api';
import { isSpanContextValid, trace } from '@opentelemetry/api';
import { TraceState } from '@opentelemetry/core';
Expand Down

0 comments on commit d7c937a

Please sign in to comment.