modules/modjk.py: rm trailing whitespace

salt/modules/modjk.py:247: [C0303(trailing-whitespace), ] Trailing whitespace
This commit is contained in:
Chris Rebert 2013-09-16 12:30:08 -07:00
parent d3a1adc168
commit d590835f64

View File

@ -244,7 +244,7 @@ def recover_all(lbn, profile='default'):
workers = config['worker.{0}.balance_workers'.format(lbn)].split(',')
except KeyError:
return ret
for worker in workers:
curr_state = worker_status(worker, profile)
if curr_state['activation'] != 'ACT':