Skip to content

Commit c4e004a

Browse files
committed
fix: formatting
1 parent 5dfe759 commit c4e004a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/nextjs/src/server/prepareSafeIdGeneratorContext.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
type _INTERNAL_RandomSafeContextRunner as RandomSafeContextRunner,
3-
debug,
4-
GLOBAL_OBJ,
5-
} from '@sentry/core';
1+
import { type _INTERNAL_RandomSafeContextRunner as RandomSafeContextRunner, debug, GLOBAL_OBJ } from '@sentry/core';
62
import { DEBUG_BUILD } from '../common/debug-build';
73

84
// Inline AsyncLocalStorage interface from current types

0 commit comments

Comments
 (0)