Skip to content

Commit c786183

Browse files
committed
remove redundant implementee
1 parent e39c754 commit c786183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/src/span.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class SpanRecorder {
3737
/**
3838
* Span contains all data about a span
3939
*/
40-
export class Span implements SpanInterface, SpanContext {
40+
export class Span implements SpanInterface {
4141
/**
4242
* @inheritDoc
4343
*/

0 commit comments

Comments
 (0)