Skip to content

Commit

Permalink
Fix rubocop space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonin authored Feb 26, 2018
1 parent afab28b commit 3bb1e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/evm_application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def self.output_workers_status(servers)
data = []
servers.each do |s|
mb_usage = w.proportional_set_size || w.memory_usage
mb_threshold = w.worker_settings[:memory_threshold]
mb_threshold = w.worker_settings[:memory_threshold]
s.miq_workers.order(:type).each do |w|
data <<
[w.type,
Expand Down

0 comments on commit 3bb1e91

Please sign in to comment.