From 359ad4423ed0f314822a3b97831fe9e4272ea347 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 16 Dec 2020 20:33:31 +0900 Subject: strip trailing spaces [ci skip] --- bootstraptest/test_ractor.rb | 4 ++-- 1 file 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 # } ### -- cgit v1.2.3