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@65842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-11-20 10:06:59 +00:00
parent 995f6ee102
commit 635dd3408f

View file

@ -16,11 +16,11 @@ def make_chain
Fiber.yield(message)
end
end
(fibers - 1).times do
chain = make_link(chain)
end
return chain
end