Skip to content

Commit 8ee3b1a

Browse files
committed
format
1 parent 3345eb3 commit 8ee3b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/src/server/handle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
winterCGRequestToRequestData,
1515
withIsolationScope,
1616
} from '@sentry/core';
17-
import { VERSION, type Handle, type ResolveOptions } from '@sveltejs/kit';
17+
import { type Handle, type ResolveOptions, VERSION } from '@sveltejs/kit';
1818

1919
import { DEBUG_BUILD } from '../common/debug-build';
2020
import { flushIfServerless, getTracePropagationData, sendErrorToSentry } from './utils';

0 commit comments

Comments
 (0)