Skip to content

Commit f509073

Browse files
chore: apply automated updates
1 parent 88916bb commit f509073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ const main = defineCommand({
5656
description: "Use friendly greeting",
5757
},
5858
},
59-
setup({ args }){
59+
setup({ args }) {
6060
console.log(`now setup ${args.command}`);
6161
},
62-
cleanup({ args }){
62+
cleanup({ args }) {
6363
console.log(`now cleanup ${args.command}`);
6464
},
6565
run({ args }) {

0 commit comments

Comments
 (0)