Skip to content

Commit

Permalink
Fix for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Dec 4, 2024
1 parent 0743f16 commit 479d44b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions denops/ddc/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import { initStaticImportPath, Loader } from "./loader.ts";
import { isDenoCacheIssueError } from "./utils.ts";
import { createCallbackContext } from "./callback.ts";
import { getFilter, getPreviewer, onCompleteDone, onEvent } from "./ext.ts";
import { type BaseUi } from "./base/ui.ts";
import { type BaseSource } from "./base/source.ts";
import { type BaseFilter } from "./base/filter.ts";
import type { BaseUi } from "./base/ui.ts";
import type { BaseSource } from "./base/source.ts";
import type { BaseFilter } from "./base/filter.ts";

import type { Denops, Entrypoint } from "jsr:@denops/std@~7.4.0";
import * as vars from "jsr:@denops/std@~7.4.0/variable";
Expand Down

0 comments on commit 479d44b

Please sign in to comment.