refactor: refine prettier configuration
[benchmarks-js.git] / shallow-clone-object.mjs
index 830a3862f3c1e3712cf9ed56a2a296dab49a963e..18cf151259a692cc3f1321217ffc8554aa67bcbc 100644 (file)
@@ -33,6 +33,6 @@ Benchmark.suite(
     format: 'table.html',
     details: true
   })
-).catch(err => {
+).catch((err) => {
   console.error(err)
 })