diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-09-23 15:46:10 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-09-23 17:47:30 +0900 |
commit | b57c54679bcb08f387115ba80e75fc3317d06cbf () | |
tree | 63f599d336720ee1bb83a0d9762e25db36005c39 | |
parent | 5cc728816d897dd0721f6b83e1085c0997fccd27 (diff) |
strip trailing spaces [ci skip]
-rw-r--r-- | test/fiber/test_scheduler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ class TestFiberScheduler < Test::Unit::TestCase end end end - def test_closed_at_thread_exit scheduler = Scheduler.new |