Skip to content

Commit 82e2f5b

Browse files
committed
prettier
1 parent bf31b60 commit 82e2f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/logs/exports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Client } from '../client';
22
import { _getTraceInfoFromScope } from '../client';
33
import { getClient, getCurrentScope } from '../currentScopes';
44
import { DEBUG_BUILD } from '../debug-build';
5-
import type { Log,SerializedLog, SerializedLogAttributeValue } from '../types-hoist/log';
5+
import type { Log, SerializedLog, SerializedLogAttributeValue } from '../types-hoist/log';
66
import { _getSpanForScope } from '../utils/spanOnScope';
77
import { isParameterizedString } from '../utils-hoist/is';
88
import { logger } from '../utils-hoist/logger';

0 commit comments

Comments
 (0)