Skip to content

Commit 59c5248

Browse files
committed
chore: cleanup extra spaces
1 parent 065a158 commit 59c5248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/add-dts-module-augmentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function patchVueRouterDts() {
1616
await fs.writeFile(
1717
'./dist/vue-router.d.ts',
1818
`${targetContent}
19-
${content.slice(moduleAugmentationIdx)} `,
19+
${content.slice(moduleAugmentationIdx)}`,
2020
{ encoding: 'utf8' }
2121
)
2222
}

0 commit comments

Comments
 (0)