refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 731cc477d7a406d8165c8764ea851bc06115bafe..6a8d79fae543fa9bf51e3c8005a1e72191065680 100644 (file)
@@ -48,7 +48,7 @@ enum exitCodes {
   succeeded = 0,
   missingChargingStationsConfiguration = 1,
   noChargingStationTemplates = 2,
-  gracefulShutdownError = 3
+  gracefulShutdownError = 3,
 }
 
 export class Bootstrap extends EventEmitter {