Skip to content

Commit 1c752bf

Browse files
committed
lint
1 parent ea2bfab commit 1c752bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

experimental/packages/sdk-logs/src/export/ReadableLogRecord.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
import type { IResource } from '@opentelemetry/resources';
1818
import type { HrTime, SpanContext } from '@opentelemetry/api';
1919
import type { InstrumentationScope } from '@opentelemetry/core';
20-
import type { LogAttributeValue, LogAttributes, SeverityNumber } from '@opentelemetry/api-logs';
20+
import type {
21+
LogAttributeValue,
22+
LogAttributes,
23+
SeverityNumber,
24+
} from '@opentelemetry/api-logs';
2125

2226
export interface ReadableLogRecord {
2327
readonly hrTime: HrTime;

0 commit comments

Comments
 (0)