Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 7e36ff2

Browse files
committed
♻️ remove space added by my linter
1 parent c5d12b9 commit 7e36ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/pages/runtime/composables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface PageMeta {
3838
}
3939

4040
declare module 'vue-router' {
41-
interface RouteMeta extends UnwrapRef<PageMeta> { }
41+
interface RouteMeta extends UnwrapRef<PageMeta> {}
4242
}
4343

4444
const warnRuntimeUsage = (method: string) =>

0 commit comments

Comments
 (0)