Skip to content

Commit

Permalink
chore(style): address rubocop hashsyntax usage
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelvdh committed Aug 8, 2024
1 parent ec7ef6f commit 6ca8cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-core/cdn_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def concurrent_requests_catching_errors
end

def queue_request(request)
@hydra ||= Typhoeus::Hydra.new(max_concurrency: MAX_CONCURRENCY)
@hydra ||= Typhoeus::Hydra.new(:max_concurrency => MAX_CONCURRENCY)

# Queue the request into the Hydra (libcurl reactor).
@hydra.queue(request)
Expand Down

0 comments on commit 6ca8cce

Please sign in to comment.