Skip to content

Commit 4d9b775

Browse files
committed
chore: refactor code style
1 parent 057d8bf commit 4d9b775

File tree

2 files changed

+6
-6
lines changed
  • __mocks__/vuepress-theme-without-index
  • packages/@vuepress/core/lib/node/__tests__/prepare/fixtures/docs-dep-theme-without-index/.vuepress

2 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "vuepress-theme-without-index",
3-
"main": "Layout.vue"
2+
"name": "vuepress-theme-without-index",
3+
"main": "Layout.vue"
44
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
title: 'Hello VuePress',
3-
description: '# Hello, VuePress!',
4-
theme: 'vuepress-theme-without-index'
5-
}
2+
title: 'Hello VuePress',
3+
description: '# Hello, VuePress!',
4+
theme: 'vuepress-theme-without-index'
5+
}

0 commit comments

Comments
 (0)