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@65844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-11-20 10:09:55 +00:00
parent 12ae8c0813
commit 3f0ae69186

View file

@ -12,7 +12,7 @@ end
def make_chain(length, &block)
chain = Fiber.new(&block)
(length - 1).times do
chain = make_link(chain)
end