diff --git a/web/views/busy.erb b/web/views/busy.erb index 52d7cd79..cf9c2e73 100644 --- a/web/views/busy.erb +++ b/web/views/busy.erb @@ -58,7 +58,7 @@ <%= t('Started') %> <% workers.each_with_index do |(process, thread, msg), index| %> - <% job = Sidekiq::Job.new(msg['payload']) -%> + <% job = Sidekiq::Job.new(msg['payload']) %> <%= process %> <%= thread %>