Skip to content

Commit 0761f79

Browse files
ci: apply automated fixes
1 parent a9d23a4 commit 0761f79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/start-client-core/src/tests/createServerFn.test-d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ import type {
99
ValidateSerializableInput,
1010
Validator,
1111
} from '@tanstack/router-core'
12-
import type {
13-
ConstrainValidator,
14-
ServerFnReturnType,
15-
} from '../createServerFn'
12+
import type { ConstrainValidator, ServerFnReturnType } from '../createServerFn'
1613

1714
test('createServerFn method with autocomplete', () => {
1815
createServerFn().handler((options) => {

0 commit comments

Comments
 (0)