Skip to content

Commit

Permalink
fix linter error in core
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed May 11, 2022
1 parent addddd3 commit f1f4d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/lib/base.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Hub, Scope, makeSession } from '@sentry/hub';
import { Hub, makeSession, Scope } from '@sentry/hub';
import { Event, Span } from '@sentry/types';
import { dsnToString, logger, SentryError, SyncPromise } from '@sentry/utils';

Expand Down

0 comments on commit f1f4d20

Please sign in to comment.