mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
standard fmt
This commit is contained in:
parent
3b5ecd853e
commit
6adde6b346
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ module Sidekiq
|
|||
}
|
||||
|
||||
array_of_arrays = queues.zip(lengths).sort_by { |_, size| -size }
|
||||
Hash[array_of_arrays]
|
||||
array_of_arrays.to_h
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue