Skip to content

Commit 196ab35

Browse files
committed
Format code
1 parent 1c925a4 commit 196ab35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Deno.test("registryPaxDenoDev", () => {
6666
assert(v !== undefined);
6767

6868
const vAt = v.at("0.2.0");
69-
assertEquals(vAt.url, "https://pax.deno.dev/bar/foo@0.2.0/foo.ts")
69+
assertEquals(vAt.url, "https://pax.deno.dev/bar/foo@0.2.0/foo.ts");
7070
});
7171

7272
Deno.test("registryJspm", () => {

0 commit comments

Comments
 (0)