fix: untangle worker set message from application message
[e-mobility-charging-stations-simulator.git] / src / performance / storage / None.ts
index af3e273e2f5c039973a9159d8512ec637cbae641..aae7547f5b32afb656c023106c01babd846205b4 100644 (file)
@@ -13,7 +13,7 @@ export class None extends Storage {
   }
 
   public open (): void {
-    /** Intentionally empty   */
+    /** Intentionally empty */
   }
 
   public close (): void {