Skip to content

Commit f4e60c1

Browse files
committed
fix linter error in core
1 parent 7b60e22 commit f4e60c1

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 { Hub, Scope, makeSession } from '@sentry/hub';
1+
import { Hub, makeSession, Scope } from '@sentry/hub';
22
import { Event, Span } from '@sentry/types';
33
import { dsnToString, logger, SentryError, SyncPromise } from '@sentry/utils';
44

0 commit comments

Comments
 (0)