build: switch from prettier to rome as code formatter
[poolifier.git] / benchmarks / internal / cluster-worker.mjs
index 60876bebef04bf97e3a866209fe65792bf6d985f..bc3548394616f1426f48dda0c8a4e9719937e15d 100644 (file)
@@ -5,7 +5,7 @@ import { TaskFunctions } from '../benchmarks-types.mjs'
 
 const debug = false
 
-const taskFunction = data => {
+const taskFunction = (data) => {
   data = data || {}
   data.function = data.function || TaskFunctions.jsonIntegerSerialization
   const res = executeTaskFunction(data)