Skip to content

Commit 74d298b

Browse files
committed
🎨style(feature): 格式化
1 parent d3899df commit 74d298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const commandSet: CommandSet = {
6464
cli
6565
.command(
6666
"depcheck",
67-
"运行 npm-check 检查过时的、不正确的和未使用的依赖项"
67+
"运行 npm-check 检查过时的、不正确的和未使用的依赖项",
6868
)
6969
.action(async () => {
7070
await npmDepCheck();

0 commit comments

Comments
 (0)