Skip to content

Commit

Permalink
run deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ERFANIUM committed Jul 4, 2021
1 parent db94cdd commit 788d3ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
export {
createKey,
createPlugin,
} from "denzo/mod.ts";
export { createKey, createPlugin } from "denzo/mod.ts";
export type { DenzoRequest } from "denzo/lib/request.ts";
export type { DenzoReply } from "denzo/lib/reply.ts";
export * as Vary from "https://deno.land/x/vary@1.0.0/mod.ts";
8 changes: 4 additions & 4 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": {
"denzo/": "https://raw.githubusercontent.com/irandeno/denzo/main/"
}
}
"imports": {
"denzo/": "https://raw.githubusercontent.com/irandeno/denzo/main/"
}
}

0 comments on commit 788d3ed

Please sign in to comment.