fix whitespace errors

This commit is contained in:
Aaron Patterson 2010-11-30 13:38:48 -08:00
parent 8998aea4b7
commit b7a9890d77

@ -38,9 +38,9 @@ def test_checkout_behaviour
assert_not_nil connection
end
end
threads.each {|t| t.join}
Thread.new do
threads.each do |t|
thread_ids = pool.instance_variable_get(:@reserved_connections).keys