Skip to content

Commit 768968a

Browse files
ci: apply automated fixes
1 parent e285bbe commit 768968a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/router-core/src/route.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ import type {
88
RouteMatch,
99
} from './Matches'
1010
import type { RootRouteId } from './root'
11-
import type { FullSearchSchema, ParseRoute, RouteById, RoutePaths } from './routeInfo'
11+
import type {
12+
FullSearchSchema,
13+
ParseRoute,
14+
RouteById,
15+
RoutePaths,
16+
} from './routeInfo'
1217
import type { AnyRouter, RegisteredRouter } from './router'
1318
import type { BuildLocationFn, NavigateFn } from './RouterProvider'
1419
import type {
@@ -1078,7 +1083,7 @@ export interface UpdatableRouteOptions<
10781083
>,
10791084
TLoaderDeps
10801085
>,
1081-
{ location }: { location: ParsedLocation<FullSearchSchema<TRouteTree>>},
1086+
{ location }: { location: ParsedLocation<FullSearchSchema<TRouteTree>> },
10821087
) => void
10831088
headers?: (ctx: {
10841089
loaderData: ResolveLoaderData<TLoaderFn>

0 commit comments

Comments
 (0)