From 3bb1e91d1e8c2a2e4a15a3d89e640e930c9a3e3b Mon Sep 17 00:00:00 2001 From: Nick Carboni Date: Mon, 26 Feb 2018 10:28:09 -0500 Subject: [PATCH] Fix rubocop space issue --- lib/tasks/evm_application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/evm_application.rb b/lib/tasks/evm_application.rb index ba546f851d1..46dabfeeee1 100644 --- a/lib/tasks/evm_application.rb +++ b/lib/tasks/evm_application.rb @@ -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,