Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 15, 2024
1 parent 33039c6 commit 07dfee6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions denops/dpp/app.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Denops, Entrypoint, ensure, is, toFileUrl, vars } from "./deps.ts";
import { Denops, ensure, Entrypoint, is, toFileUrl, vars } from "./deps.ts";
import { ContextBuilder } from "./context.ts";
import { Dpp } from "./dpp.ts";
import { DppOptions } from "./types.ts";
Expand Down Expand Up @@ -79,4 +79,4 @@ export const main: Entrypoint = (denops: Denops) => {
//console.log(`${Date.now() - startTime} ms`);
},
};
}
};
5 changes: 4 additions & 1 deletion denops/dpp/deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export type { Denops, Entrypoint } from "https://deno.land/x/[email protected]/mod.ts";
export type {
Denops,
Entrypoint,
} from "https://deno.land/x/[email protected]/mod.ts";
export {
echo,
execute,
Expand Down

0 comments on commit 07dfee6

Please sign in to comment.