ruby-changes:63241
From: Nobuyoshi <ko1@a...>
Date: Thu, 1 Oct 2020 13:53:31 +0900 (JST)
Subject: [ruby-changes:63241] eef12cdc06 (master): strip trailing spaces [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=eef12cdc06 From eef12cdc0665a882b0f324f30e4f46768b8d7860 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 1 Oct 2020 13:47:57 +0900 Subject: strip trailing spaces [ci skip] diff --git a/test/fiber/test_scheduler.rb b/test/fiber/test_scheduler.rb index d85aa7a..f38b650 100644 --- a/test/fiber/test_scheduler.rb +++ b/test/fiber/test_scheduler.rb @@ -54,7 +54,7 @@ class TestFiberScheduler < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/fiber/test_scheduler.rb#L54 thread = Thread.new do Thread.current.scheduler = Object.new end - + thread.join end end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/