chore: use biome instead of rome
[benchmarks-js.git] / empty-array.mjs
index e53bfcc3f20e2cb8a801940c738d0d0b310e54e1..12abb24b002080efea1ab068a414a16080ec5f52 100644 (file)
@@ -30,6 +30,6 @@ Benchmark.suite(
   Benchmark.save({ file: 'empty-array', format: 'json', details: true }),
   Benchmark.save({ file: 'empty-array', format: 'chart.html', details: true }),
   Benchmark.save({ file: 'empty-array', format: 'table.html', details: true })
-).catch((err) => {
+).catch(err => {
   console.error(err)
 })