1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

strip trailing spaces [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-10-01 13:47:57 +09:00
parent 257007af9a
commit eef12cdc06
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -54,7 +54,7 @@ class TestFiberScheduler < Test::Unit::TestCase
thread = Thread.new do
Thread.current.scheduler = Object.new
end
thread.join
end
end