From: Jérôme Benoit Date: Sat, 16 Dec 2023 20:14:04 +0000 (+0100) Subject: refactor: blank line cleanups X-Git-Tag: v3.1.2~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=498900302ba93560b59953a7da4be695986f89bc;p=poolifier.git refactor: blank line cleanups Signed-off-by: Jérôme Benoit --- diff --git a/src/worker/abstract-worker.ts b/src/worker/abstract-worker.ts index dfcadf28..e2b16e25 100644 --- a/src/worker/abstract-worker.ts +++ b/src/worker/abstract-worker.ts @@ -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. * diff --git a/src/worker/thread-worker.ts b/src/worker/thread-worker.ts index e133430f..bc143a1f 100644 --- a/src/worker/thread-worker.ts +++ b/src/worker/thread-worker.ts @@ -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. *