refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / charging-station / SharedLRUCache.ts
index 6985e707a34554b62ef96b3505721ca271d6293d..97f417e72fb8813e67bf7a384e2d7743697e0f53 100644 (file)
@@ -11,7 +11,7 @@ import {
 
 enum CacheType {
   chargingStationTemplate = 'chargingStationTemplate',
-  chargingStationConfiguration = 'chargingStationConfiguration'
+  chargingStationConfiguration = 'chargingStationConfiguration',
 }
 
 type CacheValueType = ChargingStationTemplate | ChargingStationConfiguration