summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-16 20:33:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-16 20:33:31 +0900
commit359ad4423ed0f314822a3b97831fe9e4272ea347 (patch)
treeb49b2cce86350aef07c357debe5ef7f38a50da9e
parenta9a7f4d8b8ec30abc7a47ce700edc7209ae12279 (diff)
strip trailing spaces [ci skip]
-rw-r--r--bootstraptest/test_ractor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb
index cde0f92962..e81afb6fa3 100644
--- a/bootstraptest/test_ractor.rb
+++ b/bootstraptest/test_ractor.rb
@@ -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 #
}
###