Added prettier standard to support prettier and use it in combination with standard
[poolifier.git] / tests / workers / emptyWorker.js
index 42388d0eca87bdfcfe09c486995f3b14508a7225..4c7dce51cec05f2b8bce0c25cf36dc732f598618 100644 (file)
@@ -1,7 +1,6 @@
 'use strict'
 const { ThreadWorker } = require('../../lib/workers')
 
-function test (data) {
-}
+function test (data) {}
 
 module.exports = new ThreadWorker(test, { maxInactiveTime: 500 })