0
0
Fork 0

Autofix Rubocop Lint/UnusedBlockArgument (#23712)

This commit is contained in:
Nick Schonning 2023-02-19 20:45:50 -05:00 committed by GitHub
parent 65ba0d92ef
commit dbc6d7b276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 11 deletions

View file

@ -33,7 +33,7 @@ describe RequestPool do
subject
threads = 20.times.map do |i|
threads = 20.times.map do |_i|
Thread.new do
20.times do
subject.with('http://example.com') do |http_client|