From: Jérôme Benoit Date: Sat, 11 Sep 2021 21:04:39 +0000 (+0200) Subject: Indentation cleanup X-Git-Tag: v1.0.56~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=125ec3b6560ba032327557f0827620192a8aaca3;p=e-mobility-charging-stations-simulator.git Indentation cleanup Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ChargingStation.ts b/src/charging-station/ChargingStation.ts index 2f2bc338..e63e067d 100644 --- a/src/charging-station/ChargingStation.ts +++ b/src/charging-station/ChargingStation.ts @@ -1011,7 +1011,7 @@ export default class ChargingStation { this.initialize(); // Restart the ATG if (!this.stationInfo.AutomaticTransactionGenerator.enable && - this.automaticTransactionGeneration) { + this.automaticTransactionGeneration) { await this.automaticTransactionGeneration.stop(); } this.startAutomaticTransactionGenerator();