From f3095b8d311c85f633d280a980f76062015f8974 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 8 Jul 2023 14:34:08 -0400 Subject: chore: upgrade to dprint 0.39 (#19768) --- cli/bench/fs/run.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cli/bench/fs/run.mjs') diff --git a/cli/bench/fs/run.mjs b/cli/bench/fs/run.mjs index 7f27438b0..727b4126c 100644 --- a/cli/bench/fs/run.mjs +++ b/cli/bench/fs/run.mjs @@ -63,4 +63,8 @@ const readFileSync = getFunction("readFileSync"); writeFileSync("test", new Uint8Array(1024), { truncate: true }); bench(() => readFileSync("test")); -writeFileSync(new URL(`./${runtime}.json`, import.meta.url), new TextEncoder().encode(JSON.stringify(values, null, 2)), { truncate: true }); \ No newline at end of file +writeFileSync( + new URL(`./${runtime}.json`, import.meta.url), + new TextEncoder().encode(JSON.stringify(values, null, 2)), + { truncate: true }, +); -- cgit v1.2.3