refactor: refine prettier configuration
[benchmarks-js.git] / empty-array.mjs
index 12abb24b002080efea1ab068a414a16080ec5f52..e53bfcc3f20e2cb8a801940c738d0d0b310e54e1 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)
 })