* 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:
parent
12ae8c0813
commit
3f0ae69186
@ -12,7 +12,7 @@ end
|
||||
|
||||
def make_chain(length, &block)
|
||||
chain = Fiber.new(&block)
|
||||
|
||||
|
||||
(length - 1).times do
|
||||
chain = make_link(chain)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user