chore: use biome instead of rome
[benchmarks-js.git] / max.mjs
diff --git a/max.mjs b/max.mjs
index 8914520e21c75b7e2ee5d50b41ea80a1f310b142..60fcdeac0764ba2016cd71050b94e27f228499f3 100644 (file)
--- a/max.mjs
+++ b/max.mjs
@@ -69,6 +69,6 @@ Benchmark.suite(
   Benchmark.save({ file: 'max', format: 'json', details: true }),
   Benchmark.save({ file: 'max', format: 'chart.html', details: true }),
   Benchmark.save({ file: 'max', format: 'table.html', details: true })
-).catch((err) => {
+).catch(err => {
   console.error(err)
 })