Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Sep 26, 2023
1 parent 10752a6 commit c8f0c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/@dpp-exts/lazy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class Ext extends BaseExt<Params> {
callback: (args: {
actionParams: unknown;
}) => {
const params = args.actionParams as MakeStateArgs;
const _params = args.actionParams as MakeStateArgs;

// TODO: Support dummy mappings/commands

Expand Down

0 comments on commit c8f0c29

Please sign in to comment.