chore: use biome instead of rome
[benchmarks-js.git] / fibonacci.mjs
index 700f3c0579bba560fdc39d899f388d6505c8320a..00130ce0709a7e33a6abb23ba24bbed6fcfcbb8b 100644 (file)
@@ -76,6 +76,6 @@ Benchmark.suite(
   Benchmark.save({ file: 'fibonacci', format: 'json', details: true }),
   Benchmark.save({ file: 'fibonacci', format: 'chart.html', details: true }),
   Benchmark.save({ file: 'fibonacci', format: 'table.html', details: true })
-).catch((err) => {
+).catch(err => {
   console.error(err)
 })