Skip to content

Commit ef042a2

Browse files
committed
chore: lint
1 parent bf6fc10 commit ef042a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/server/util/kit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function withoutQuery(path: string) {
2121
return path.split('?')[0]
2222
}
2323

24-
export function createNitroRouteRuleMatcher() : ((path: string) => NitroRouteRules) {
24+
export function createNitroRouteRuleMatcher(): ((path: string) => NitroRouteRules) {
2525
const { nitro, app } = useRuntimeConfig()
2626
const _routeRulesMatcher = toRouteMatcher(
2727
createRadixRouter({

0 commit comments

Comments
 (0)