1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

I've gotta stop editing code on github

Github plz add whitespace eliminating option on your web editor
This commit is contained in:
Nate Berkopec 2020-03-14 08:22:51 -06:00 committed by GitHub
parent 73397c646e
commit d75e1573ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,6 @@ class TestThreadPool < Minitest::Test
end
pool.trim
# wait/join required here for MRI, JRuby slow enough to error here
worker = pool.instance_variable_get(:@workers).first
worker.join if worker