chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationEvents.ts
index f7980b47b3f7e5a77473473383be465fc0689cd1..5a0fc8fd6ee7d5a2007fa1a80d4aeacf37756234 100644 (file)
@@ -4,5 +4,5 @@ export enum ChargingStationEvents {
   registered = 'registered',
   accepted = 'accepted',
   updated = 'updated',
-  connectorStatusChanged = 'connectorStatusChanged',
+  connectorStatusChanged = 'connectorStatusChanged'
 }