Skip to content

Commit 64170a5

Browse files
committed
🧼 deno fmt
1 parent 4596610 commit 64170a5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bench/input.bench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, bench, beforeAll } from "vitest";
1+
import { beforeAll, bench, describe } from "vitest";
22
import { createInput, type Input } from "../input.ts";
33

44
function bytes(...values: number[]): Uint8Array {

bench/ops.bench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, bench } from "vitest";
1+
import { bench, describe } from "vitest";
22
import { close, fixed, grow, open, pack, rgba, text } from "../ops.ts";
33
import type { Op } from "../ops.ts";
44

bench/render.bench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, bench, beforeAll } from "vitest";
1+
import { beforeAll, bench, describe } from "vitest";
22
import { createTerm, type Term } from "../term.ts";
33
import { close, fixed, grow, open, rgba, text } from "../ops.ts";
44
import type { Op } from "../ops.ts";

0 commit comments

Comments
 (0)