Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 8, 2023
1 parent 4f19a82 commit 8829ef4
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 @@ -51,7 +51,7 @@ import {
TimeoutError,
vars,
} from "./deps.ts";
import { convertKeywordPattern, errorException } from "./util.ts";
import { errorException } from "./util.ts";

type DdcResult = {
items: Item[];
Expand Down

0 comments on commit 8829ef4

Please sign in to comment.