chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index d03a5f77dbd0bd46ea2803126474bce292072111..8d8a83c3586549c074e4e4b1feeff5cf905d6b98 100644 (file)
@@ -1,10 +1,10 @@
-export { Bootstrap } from './Bootstrap.js';
-export type { ChargingStation } from './ChargingStation.js';
+export { Bootstrap } from './Bootstrap.js'
+export type { ChargingStation } from './ChargingStation.js'
 export {
   addConfigurationKey,
   getConfigurationKey,
-  setConfigurationKeyValue,
-} from './ConfigurationKeyUtils.js';
+  setConfigurationKeyValue
+} from './ConfigurationKeyUtils.js'
 export {
   canProceedChargingProfile,
   checkChargingStation,
@@ -14,5 +14,5 @@ export {
   hasReservationExpired,
   prepareChargingProfileKind,
   removeExpiredReservations,
-  resetConnectorStatus,
-} from './Helpers.js';
+  resetConnectorStatus
+} from './Helpers.js'