Skip to content

Commit ec5ea51

Browse files
fixed some style errors
1 parent d28da2d commit ec5ea51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

SoftLayer/managers/dedicated_host.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -349,13 +349,13 @@ def _get_backend_router(self, locations, item):
349349
if location['locationId'] is not None:
350350
loc_id = location['locationId']
351351
host = {
352-
'cpuCount': cpu_count,
353-
'memoryCapacity': mem_capacity,
354-
'diskCapacity': disk_capacity,
355-
'datacenter': {
356-
'id': loc_id
357-
}
352+
'cpuCount': cpu_count,
353+
'memoryCapacity': mem_capacity,
354+
'diskCapacity': disk_capacity,
355+
'datacenter': {
356+
'id': loc_id
358357
}
358+
}
359359
if item['keyName'].find("GPU") != -1:
360360
host['pciDevices'] = gpuComponents
361361
routers = self.host.getAvailableRouters(host, mask=mask)

0 commit comments

Comments
 (0)