From 3924f605eff8bc2d1cf014fb6538444b66a9fffb Mon Sep 17 00:00:00 2001 From: casperisfine Date: Fri, 21 Jul 2023 14:04:14 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- src/ruby/end2end/prefork_loop_test.rb | 2 +- src/ruby/ext/grpc/rb_channel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ruby/end2end/prefork_loop_test.rb b/src/ruby/end2end/prefork_loop_test.rb index b68e3578d6709..4aa3a0a9dad08 100755 --- a/src/ruby/end2end/prefork_loop_test.rb +++ b/src/ruby/end2end/prefork_loop_test.rb @@ -34,4 +34,4 @@ def main end end -main \ No newline at end of file +main diff --git a/src/ruby/ext/grpc/rb_channel.c b/src/ruby/ext/grpc/rb_channel.c index 021c8f1165ac9..4a0557b33e8f8 100644 --- a/src/ruby/ext/grpc/rb_channel.c +++ b/src/ruby/ext/grpc/rb_channel.c @@ -833,7 +833,7 @@ void grpc_rb_channel_polling_thread_start() { &stop_waiting_for_thread_start, wait_until_channel_polling_thread_started_unblocking_func, &stop_waiting_for_thread_start); - } +} void grpc_rb_channel_polling_thread_stop() { if (!RTEST(g_channel_polling_thread)) {