Skip to content

Commit 4ae0640

Browse files
committed
fix linting
1 parent 092f466 commit 4ae0640

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/opentelemetry/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ export type { OpenTelemetryClient } from './types';
66
export { wrapClientClass } from './custom/client';
77

88
export { getSpanKind } from './utils/getSpanKind';
9-
export {
10-
getSpanScopes,
11-
} from './utils/spanData';
9+
export { getSpanScopes } from './utils/spanData';
1210

1311
export { getScopesFromContext } from './utils/contextData';
1412

0 commit comments

Comments
 (0)