Skip to content

Commit a1365e2

Browse files
committed
correcting indentation
1 parent c3c39af commit a1365e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SoftLayer/managers/vs.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -789,9 +789,9 @@ def upgrade(self, instance_id, cpus=None, memory=None,
789789
if not value:
790790
continue
791791
price_id = self._get_price_id_for_upgrade_option(upgrade_prices,
792-
option,
793-
value,
794-
public)
792+
option,
793+
value,
794+
public)
795795
if not price_id:
796796
# Every option provided is expected to have a price
797797
raise exceptions.SoftLayerError(
@@ -851,7 +851,7 @@ def _get_upgrade_prices(self, instance_id):
851851
return self.guest.getUpgradeItemPrices(id=instance_id, mask=mask)
852852

853853
def _get_price_id_for_upgrade_option(self, upgrade_prices, option, value,
854-
public=True):
854+
public=True):
855855
"""Find the price id for the option and value to upgrade. This
856856
857857
:param list upgrade_prices: Contains all the prices related to a VS upgrade

0 commit comments

Comments
 (0)