refactor: refine prettier configuration
[benchmarks-js.git] / max.mjs
diff --git a/max.mjs b/max.mjs
index 7ef592a36ad0142b9207604ce1ceca4348f96314..8f1f698a6a8b5f11488444913b70e17b4c11005d 100644 (file)
--- a/max.mjs
+++ b/max.mjs
@@ -66,6 +66,6 @@ Benchmark.suite(
   Benchmark.save({ file: 'max', format: 'json', details: true }),
   Benchmark.save({ file: 'max', format: 'chart.html', details: true }),
   Benchmark.save({ file: 'max', format: 'table.html', details: true })
-).catch(err => {
+).catch((err) => {
   console.error(err)
 })