mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
Autofix Rubocop Lint/UnusedBlockArgument (#23712)
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user