Indentation cleanup
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 11 Sep 2021 21:04:39 +0000 (23:04 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 11 Sep 2021 21:04:56 +0000 (23:04 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/charging-station/ChargingStation.ts

index 2f2bc3380be23fce8cee7a166294867574b5cfd0..e63e067de3d0f3549a0d0ef35007091573d43cb3 100644 (file)
@@ -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();