Apply prettier formating
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargePointStatus.ts
index daa9779bed14bc3819e855e50e03157ec52565a2..c28fd6efaf7ec69f575130f5391905e6616b2cbb 100644 (file)
@@ -3,5 +3,5 @@ import { OCPP16ChargePointStatus } from './1.6/ChargePointStatus';
 export type ChargePointStatus = OCPP16ChargePointStatus;
 
 export const ChargePointStatus = {
-  ...OCPP16ChargePointStatus
+  ...OCPP16ChargePointStatus,
 };