Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 27, 2024
1 parent c1a8f44 commit 90d7e5e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions denops/ddu/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ import {
SourceName,
UiName,
} from "./types.ts";
import {
basename,
Denops,
fn,
Lock,
op,
parse,
toFileUrl,
} from "./deps.ts";
import { basename, Denops, fn, Lock, op, parse, toFileUrl } from "./deps.ts";
import { mods } from "./_mods.js";

type Mod = {
Expand Down

0 comments on commit 90d7e5e

Please sign in to comment.