build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 22b3207b57e5a03fbe09e3d250d8405486ba22ec..04205db6f0ee3852e9c2b0d2c7b20cfe7c57d135 100644 (file)
@@ -47,7 +47,7 @@ enum exitCodes {
   succeeded = 0,
   missingChargingStationsConfiguration = 1,
   noChargingStationTemplates = 2,
-  gracefulShutdownError = 3,
+  gracefulShutdownError = 3
 }
 
 export class Bootstrap extends EventEmitter {