refactor: remove blank line
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 27 Aug 2023 20:23:20 +0000 (22:23 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 27 Aug 2023 20:23:20 +0000 (22:23 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/pools/worker-node.ts

index 1f46075a07e2a4849b6dcdd4a2f996fcea64e6be..45b4f1ee18c041db8837ecc987c4d5cba38e998d 100644 (file)
@@ -57,7 +57,6 @@ implements IWorkerNode<Worker, Data> {
     if (worker == null) {
       throw new TypeError('Cannot construct a worker node without a worker')
     }
-
     if (tasksQueueBackPressureSize == null) {
       throw new TypeError(
         'Cannot construct a worker node without a tasks queue back pressure size'