Skip to content

Commit f381239

Browse files
committed
📝 Apply deno fmt
1 parent 1470dcd commit f381239

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
@@ -30,10 +30,10 @@ export function main(denops: Denops): void {
3030
// This is just an example. Developers usually should define commands directly in Vim script.
3131
await batch.batch(denops, async (denops) => {
3232
await denops.cmd(
33-
`command! HelloWorld call denops#notify("${denops.name}", "say", ["World"])`
33+
`command! HelloWorld call denops#notify("${denops.name}", "say", ["World"])`,
3434
);
3535
await denops.cmd(
36-
`command! HelloDenops call denops#notify("${denops.name}", "say", ["Denops"])`
36+
`command! HelloDenops call denops#notify("${denops.name}", "say", ["Denops"])`,
3737
);
3838
});
3939
},

0 commit comments

Comments
 (0)