[前][次][番号順一覧][スレッド一覧]

ruby-changes:58943

From: git <ko1@a...>
Date: Fri, 29 Nov 2019 03:11:37 +0900 (JST)
Subject: [ruby-changes:58943] d104ebf2c4 (master): * remove trailing spaces. [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=d104ebf2c4

From d104ebf2c4fef4751e067ea7a2c7e664a843e088 Mon Sep 17 00:00:00 2001
From: git <svn-admin@r...>
Date: Fri, 29 Nov 2019 03:11:28 +0900
Subject: * remove trailing spaces. [ci skip]


diff --git a/test/ruby/test_variable.rb b/test/ruby/test_variable.rb
index 0772066..6ed956c 100644
--- a/test/ruby/test_variable.rb
+++ b/test/ruby/test_variable.rb
@@ -43,7 +43,7 @@ class TestVariable < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_variable.rb#L43
     c.class_variable_set(:@@foo, 1)
     assert_equal([:@@foo], c.singleton_class.class_variables)
     assert_equal(1, c.singleton_class.class_variable_get(:@@foo))
-    
+
     c = Class.new
     c.extend(Olympians)
     sc = Class.new(c)
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]