build: switch from prettier to rome as code formatter
[poolifier.git] / benchmarks / internal / thread-worker.mjs
index 869e95f4ba6b070228800b9db00fa93e073b4e6d..855ba62225e50513a1375eb84806a4c077cf61e2 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)