Skip to content

Commit 0cb8e1b

Browse files
autofix-ci[bot]hokkyss
authored andcommitted
ci: apply automated fixes
1 parent 5a4a203 commit 0cb8e1b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/router-core/src/ssr/serializer/transformer.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,12 @@ export interface SerializationAdapter<
168168
TOutputAsync,
169169
TExtendsAdapters extends ReadonlyArray<AnySerializationAdapter>,
170170
> {
171-
'~types': SerializationAdapterTypes<TInput, TOutput, TOutputAsync, TExtendsAdapters>
171+
'~types': SerializationAdapterTypes<
172+
TInput,
173+
TOutput,
174+
TOutputAsync,
175+
TExtendsAdapters
176+
>
172177
key: string
173178
extends?: TExtendsAdapters
174179
test: (value: unknown) => value is TInput

0 commit comments

Comments
 (0)