Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Dec 6, 2023
1 parent 663f89f commit ea10cb9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion denops/ddc/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ import {
SourceName,
UiName,
} from "./types.ts";
import { basename, Denops, fn, Lock, op, parse, toFileUrl, vars } from "./deps.ts";
import {
basename,
Denops,
fn,
Lock,
op,
parse,
toFileUrl,
vars,
} from "./deps.ts";
import { mods } from "./_mods.js";

export class Loader {
Expand Down

0 comments on commit ea10cb9

Please sign in to comment.