docs: code comment cleanup
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 28 Aug 2023 15:40:42 +0000 (17:40 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 28 Aug 2023 15:40:42 +0000 (17:40 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/pools/abstract-pool.ts

index a41996ff918d527d2ef81ac29f431cdd601b91c7..0d28cffe494a670eeab0425e0ff18b08f849a0fa 100644 (file)
@@ -838,7 +838,7 @@ export abstract class AbstractPool<
    * @virtual
    */
   protected setupHook (): void {
-    /** Intentionally empty */
+    /* Intentionally empty */
   }
 
   /**