refactor: blank line cleanups
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Dec 2023 20:14:04 +0000 (21:14 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Dec 2023 20:14:04 +0000 (21:14 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/worker/abstract-worker.ts
src/worker/thread-worker.ts

index dfcadf280f689c01cdb4fb9cb583d8138fe19135..e2b16e25495eafb6a70a8e50ac2fa0e208583d0e 100644 (file)
@@ -76,6 +76,7 @@ export abstract class AbstractWorker<
    * Handler id of the `activeInterval` worker activity check.
    */
   protected activeInterval?: NodeJS.Timeout
+
   /**
    * Constructs a new poolifier worker.
    *
index e133430f5029813aaac582c1a7156f053293d75f..bc143a1f914b7e7dba14b395ac456be40c59ed80 100644 (file)
@@ -31,6 +31,7 @@ export class ThreadWorker<
    * Message port used to communicate with the main worker.
    */
   private port?: MessagePort
+
   /**
    * Constructs a new poolifier thread worker.
    *