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

* remove trailing spaces.

This commit is contained in:
Nobuyoshi Nakada 2019-07-12 17:57:28 +09:00
parent 00b34b0592
commit ae599db22f
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
2 changed files with 3 additions and 3 deletions

View file

@ -16,9 +16,9 @@ prelude: |
return chain
end
message = "Hello World!"
chain = make_chain do
while true
Fiber.yield(message)

View file

@ -8,7 +8,7 @@ benchmark:
fibers << fiber
fiber.resume
end
fibers.clear
GC.start
loop_count: 200