From d75e1573edec59d9b3792e6ac6bd699799c95b65 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Sat, 14 Mar 2020 08:22:51 -0600 Subject: [PATCH] I've gotta stop editing code on github Github plz add whitespace eliminating option on your web editor --- test/test_thread_pool.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_thread_pool.rb b/test/test_thread_pool.rb index db399d2b..98b15057 100644 --- a/test/test_thread_pool.rb +++ b/test/test_thread_pool.rb @@ -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