X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerFactory.ts;h=8b979d06ca2d76f8e4d0220132b03dafd8a6bf84;hb=2f79b4478e28ed922581029adf341210da6149b4;hp=55cb1da7a55fe2cf50d5b282d1ba703aa8f54c4a;hpb=2f70f96f076d2689ff4f392dd32f8499cb2e4100;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerFactory.ts b/src/worker/WorkerFactory.ts index 55cb1da7..8b979d06 100644 --- a/src/worker/WorkerFactory.ts +++ b/src/worker/WorkerFactory.ts @@ -9,7 +9,6 @@ import WorkerSet from './WorkerSet'; import WorkerStaticPool from './WorkerStaticPool'; export default class WorkerFactory { - // eslint-disable-next-line @typescript-eslint/no-empty-function private constructor() { // This is intentional }