Skip to content

Commit 5ca33d7

Browse files
ci: apply automated fixes
1 parent 875d1d4 commit 5ca33d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router-core/src/ssr/ssr-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { GLOBAL_TSR } from './constants'
66
import { defaultSerovalPlugins } from './serializer/seroval-plugins'
77
import { makeSsrSerovalPlugin } from './serializer/transformer'
88
import { TSR_SCRIPT_BARRIER_ID } from './transformStreamWithRouter'
9-
import type { AnySerializationAdapter} from './serializer/transformer';
9+
import type { AnySerializationAdapter } from './serializer/transformer'
1010
import type { AnyRouter } from '../router'
1111
import type { DehydratedMatch } from './ssr-client'
1212
import type { DehydratedRouter } from './client'

0 commit comments

Comments
 (0)