mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
strip trailing spaces [ci skip]
This commit is contained in:
parent
a9a7f4d8b8
commit
359ad4423e
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ assert_equal '[[:e1, 1], [:e2, 2]]', %q{
|
||||||
end
|
end
|
||||||
|
|
||||||
a = []
|
a = []
|
||||||
|
|
||||||
Ractor.receive_if do |msg|
|
Ractor.receive_if do |msg|
|
||||||
begin
|
begin
|
||||||
Ractor.receive
|
Ractor.receive
|
||||||
|
@ -155,7 +155,7 @@ assert_equal '[[:e1, 1], [:e2, 2]]', %q{
|
||||||
true # delete 2 from queue
|
true # delete 2 from queue
|
||||||
end
|
end
|
||||||
|
|
||||||
a #
|
a #
|
||||||
}
|
}
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Add table
Reference in a new issue