From d57507a95c4aaa9ffc949423a3039a3754a96ced Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:10:18 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- bench/snippets/shell-spawn.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/bench/snippets/shell-spawn.mjs b/bench/snippets/shell-spawn.mjs index c7f6bb9593a0c4..aa4da66eeb0fd5 100644 --- a/bench/snippets/shell-spawn.mjs +++ b/bench/snippets/shell-spawn.mjs @@ -34,5 +34,4 @@ group("ls .", () => { }); }); - await run();