build: switch from prettier to rome as code formatter
[poolifier.git] / benchmarks / versus-external-pools / functions / function-to-bench.js
index ecc39a1c92be59327bd6b7d9d141c8bbf485b4be..eca756b715d3a0052c99db37aafe9cc6ab1e3492 100644 (file)
@@ -5,7 +5,7 @@
  * @param {*} data The worker data.
  * @returns {*} The result.
  */
-const functionToBench = data => {
+const functionToBench = (data) => {
   const crypto = require('crypto')
   const fs = require('fs')
   const TaskTypes = {