Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 1, 2024
1 parent b2347fe commit c25e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddc/ddc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class Ddc {
"TextChangedP",
]);
await denops.cmd(
"autocmd ddc ModeChanged *:i call ddc#on_event('InsertEnter')"
"autocmd ddc ModeChanged *:i call ddc#on_event('InsertEnter')",
);
await denops.cmd(
"autocmd ddc CmdlineChanged * " +
Expand Down

0 comments on commit c25e770

Please sign in to comment.