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

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-03-11 00:29:00 +00:00
parent f407b14167
commit 3176b04d22

View file

@ -113,7 +113,7 @@ class TestQueue < Test::Unit::TestCase
q = Queue.new
retval = q.push(1)
assert_same q, retval
end
end
def test_queue_clear_return_value
q = Queue.new