build(deps-dev): apply updates
[poolifier.git] / benchmarks / versus-external-pools / functions / function-to-bench.js
index 3009054ee68658486b737f90ca060bd207a2f2b3..b95f560f0807d7e9b3a638fe2106f609b5f368ca 100644 (file)
@@ -1,7 +1,6 @@
 /**
  * The worker function to execute during pools benchmarks.
  * NOTE: This function requires to be self-contained, thread-safe and re-entrant.
- *
  * @param {*} data The worker data.
  * @returns {*} The result.
  */