Spacing fix

This commit is contained in:
ralphlee
2020-10-20 20:02:12 -04:00
parent ffc07452c6
commit d5b534c025

View File

@@ -1066,7 +1066,7 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
.setEirpTxPower(SourceSelectionValue.createAutomaticInstance(radioState.getTxPower()));
} else if (txPowerSource == SourceType.profile) {
apElementConfiguration.getRadioMap().get(radioState.getFreqBand())
.setEirpTxPower(SourceSelectionValue.createProfileInstance(radioState.getTxPower()));
.setEirpTxPower(SourceSelectionValue.createProfileInstance(radioState.getTxPower()));
} else {
apElementConfiguration.getRadioMap().get(radioState.getFreqBand())
.setEirpTxPower(SourceSelectionValue.createManualInstance(radioState.getTxPower()));