Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jul 3, 2023
1 parent add9b99 commit cc301f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddu/base/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export type WinidArguments<Params extends BaseUiParams> = {

export type UiActionArguments<Params extends BaseUiParams> = {
denops: Denops;
ddu: Ddu,
ddu: Ddu;
context: Context;
options: DduOptions;
uiOptions: UiOptions;
Expand Down

0 comments on commit cc301f0

Please sign in to comment.