docs: white space cleanup in code comment
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 18 Aug 2023 18:37:26 +0000 (20:37 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 18 Aug 2023 18:37:26 +0000 (20:37 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/pools/worker.ts

index 0bdda982b16819ba1abdb65062c086e439344b97..d9dd43865bf6d36cb7d4bb6ce808eccf3528a7c8 100644 (file)
@@ -249,7 +249,7 @@ export interface IWorkerNode<Worker extends IWorker, Data = unknown> {
    */
   readonly hasBackPressure: () => boolean
   /**
-   * Resets usage statistics .
+   * Resets usage statistics.
    */
   readonly resetUsage: () => void
   /**