1
0
Fork 0
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:
Nobuyoshi Nakada 2020-12-16 20:33:31 +09:00
parent a9a7f4d8b8
commit 359ad4423e
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -136,7 +136,7 @@ assert_equal '[[:e1, 1], [:e2, 2]]', %q{
end
a = []
Ractor.receive_if do |msg|
begin
Ractor.receive
@ -155,7 +155,7 @@ assert_equal '[[:e1, 1], [:e2, 2]]', %q{
true # delete 2 from queue
end
a #
a #
}
###