1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

standard fmt

This commit is contained in:
Mike Perham 2021-05-26 13:32:58 -07:00
parent 3b5ecd853e
commit 6adde6b346

View file

@ -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