Fix code style.
This commit is contained in:
parent
0cafa83f8a
commit
0b50f0651e
@ -264,11 +264,11 @@ module Homebrew
|
|||||||
|
|
||||||
until remaining_downloads.empty?
|
until remaining_downloads.empty?
|
||||||
begin
|
begin
|
||||||
|
|
||||||
finished_states = [:fulfilled, :rejected]
|
finished_states = [:fulfilled, :rejected]
|
||||||
|
|
||||||
|
finished_downloads, remaining_downloads = remaining_downloads.partition do |_, promise|
|
||||||
finished_downloads, remaining_downloads = remaining_downloads.partition { |_,promise| finished_states.include?(promise.state) }
|
finished_states.include?(promise.state)
|
||||||
|
end
|
||||||
|
|
||||||
finished_downloads.each do |downloadable, promise|
|
finished_downloads.each do |downloadable, promise|
|
||||||
previous_pending_line_count -= 1
|
previous_pending_line_count -= 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user