Skip to content

Commit 51947b8

Browse files
committed
Fix linting
1 parent 82ee985 commit 51947b8

File tree

1 file changed

+1
-1
lines changed
  • packages/sveltekit/src/server-common

1 file changed

+1
-1
lines changed

packages/sveltekit/src/server-common/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { captureException, flush, debug, objectify } from '@sentry/core';
1+
import { captureException, debug, flush, objectify } from '@sentry/core';
22
import type { RequestEvent } from '@sveltejs/kit';
33
import { DEBUG_BUILD } from '../common/debug-build';
44
import { isHttpError, isRedirect } from '../common/utils';

0 commit comments

Comments
 (0)