Skip to content

Commit bdff0e2

Browse files
NeetujKevin McDonald
authored andcommitted
cleaning
1 parent 97e0d92 commit bdff0e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/CLI/loadbal/service_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def cli(env, identifier, enabled, port, weight, healthcheck_type, ip):
4040
if ip:
4141
ip_service = env.client['Network_Subnet_IpAddress']
4242
ip_record = ip_service.getByIpAddress(ip)
43-
if len(ip_record)>0:
43+
if len(ip_record) > 0:
4444
ip_address_id = ip_record['id']
4545

4646
mgr.add_service(loadbal_id,

0 commit comments

Comments
 (0)