Skip to content

Commit f68eb4e

Browse files
committed
fix lint
1 parent 52cd479 commit f68eb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/base.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Envelope, Event, Span, Transaction, Client } from '@sentry/types';
1+
import type { Client,Envelope, Event, Span, Transaction } from '@sentry/types';
22
import { dsnToString, logger, SentryError, SyncPromise } from '@sentry/utils';
33

44
import { Hub, makeSession, Scope } from '../../src';

0 commit comments

Comments
 (0)