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