fix: fix formatting issue.
[poolifier.git] / benchmarks / internal / bench.mjs
index 193827f3a24da416f58e079dd8cd546c8b50d8cd..2749da428bfcda15d881b0f934d35b54f8a603f2 100644 (file)
@@ -50,7 +50,7 @@ const workerData = {
   function: TaskFunctions.jsonIntegerSerialization,
   taskSize: 1000
 }
-const addPools = (pools) =>
+const addPools = pools =>
   pools.map(([name, pool]) => {
     return add(name, async () => {
       await runTest(pool, {
@@ -90,4 +90,4 @@ suite(
     // eslint-disable-next-line n/no-process-exit
     return process.exit()
   })
-  .catch((err) => console.error(err))
+  .catch(err => console.error(err))