refactor: silence sonar
[poolifier.git] / src / pools / thread / fixed.ts
index f7557a57c3640981b827daa00d4fe298715c836d..f48d0bcd9960da1a2ff89582035a9ad9a9581774 100644 (file)
@@ -114,7 +114,9 @@ export class FixedThreadPool<
   }
 
   /** @inheritDoc */
-  protected checkAndEmitDynamicWorkerCreationEvents (): void {}
+  protected checkAndEmitDynamicWorkerCreationEvents (): void {
+    /* noop */
+  }
 
   /** @inheritDoc */
   protected get type (): PoolType {