Skip to content

Commit

Permalink
fixup! prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Jul 1, 2024
1 parent d90e55b commit c49cb2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ const STD_VERSION = "0.226.0";
import { fromFileUrl } from "https://deno.land/[email protected]/path/mod.ts";
import { green } from "https://deno.land/[email protected]/fmt/colors.ts";

let assertsPath = await vendor(
`jsr:@std/[email protected]`,
"asserts.bundle.js",
);
let assertsPath = await vendor(`jsr:@std/[email protected]`, "asserts.bundle.js");
await patchAssertsBundle(assertsPath);
await patchDocs();

Expand Down

0 comments on commit c49cb2d

Please sign in to comment.