mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Fix Rubocop "safe" auto-corrections
Generated using `bundle exec rubocop --safe --auto-correct`
This commit is contained in:
parent
252a2c2344
commit
29519006fa
14 changed files with 327 additions and 302 deletions
|
|
@ -49,6 +49,4 @@ if ENV['VMPOOLER_DEBUG']
|
|||
end
|
||||
end
|
||||
|
||||
torun_threads.each do |th|
|
||||
th.join
|
||||
end
|
||||
torun_threads.each(&:join)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue