aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/index-of.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'bench/snippets/index-of.mjs')
-rw-r--r--bench/snippets/index-of.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/index-of.mjs b/bench/snippets/index-of.mjs
index a7aad7a1e..8f501454d 100644
--- a/bench/snippets/index-of.mjs
+++ b/bench/snippets/index-of.mjs
@@ -2,7 +2,7 @@ import { bench, run } from "mitata";
const input =
"Hello, World! foo bar baz qux quux corge grault garply waldo fred plugh xyzzy thud z a b c d e f g h i j k l m n o p q r s t u v w x y z".split(
- " "
+ " ",
);
bench(`Array.indexOf`, () => {