Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 27, 2024
1 parent 5cc14d9 commit 66c7fd4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion denops/@ddu-sources/ddc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import type { Context, type Denops, Item } from "jsr:@shougo/ddu-vim@5.0.0-pre8/types";
import type {
Context,
Denops,
Item,
} from "jsr:@shougo/ddu-vim@5.0.0-pre8/types";
import { BaseSource } from "jsr:@shougo/ddu-vim@5.0.0-pre8/source";
import type { DdcItem } from "../ddc/types.ts";
import { vars } from "../ddc/deps.ts";
Expand Down

0 comments on commit 66c7fd4

Please sign in to comment.