Fix Rubocop "safe" auto-corrections

Generated using `bundle exec rubocop --safe --auto-correct`
This commit is contained in:
Brandon High 2020-03-05 10:32:11 -08:00
parent 252a2c2344
commit 29519006fa
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE
14 changed files with 327 additions and 302 deletions

View file

@ -49,6 +49,4 @@ if ENV['VMPOOLER_DEBUG']
end
end
torun_threads.each do |th|
th.join
end
torun_threads.each(&:join)