Small cleanups
[e-mobility-charging-stations-simulator.git] / src / charging-station / StationWorker.ts
index 45449c1b5bfc76bbad8757af5aaa9bcf52a5b7aa..bb2db88a4c749acafee441291b05dc8ef4fdf36e 100644 (file)
@@ -27,6 +27,6 @@ function addMessageListener(): void {
 }
 
 function startChargingStation(data: StationWorkerData): void {
-  const station = new ChargingStation(data.index , data.templateFile);
+  const station = new ChargingStation(data.index, data.templateFile);
   station.start();
 }