ruby-changes:64212
From: Nobuyoshi <ko1@a...>
Date: Wed, 16 Dec 2020 20:34:41 +0900 (JST)
Subject: [ruby-changes:64212] 359ad4423e (master): strip trailing spaces [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=359ad4423e From 359ad4423ed0f314822a3b97831fe9e4272ea347 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 16 Dec 2020 20:33:31 +0900 Subject: strip trailing spaces [ci skip] diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index cde0f92..e81afb6 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -136,7 +136,7 @@ assert_equal '[[:e1, 1], [:e2, 2]]', %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_ractor.rb#L136 end a = [] - + Ractor.receive_if do |msg| begin Ractor.receive @@ -155,7 +155,7 @@ assert_equal '[[:e1, 1], [:e2, 2]]', %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_ractor.rb#L155 true # delete 2 from queue end - a # + a # } ### -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/