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

ruby-changes:37181

From: svn <ko1@a...>
Date: Fri, 16 Jan 2015 00:26:38 +0900 (JST)
Subject: [ruby-changes:37181] svn:r49262 (trunk): * remove trailing spaces.

svn	2015-01-16 00:26:24 +0900 (Fri, 16 Jan 2015)

  New Revision: 49262

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49262

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/test/ruby/test_io.rb
Index: test/ruby/test_io.rb
===================================================================
--- test/ruby/test_io.rb	(revision 49261)
+++ test/ruby/test_io.rb	(revision 49262)
@@ -3169,7 +3169,7 @@ End https://github.com/ruby/ruby/blob/trunk/test/ruby/test_io.rb#L3169
 
   def test_close_uninitialized
     io = IO.allocate
-    assert_raise(IOError) { io.close } 
+    assert_raise(IOError) { io.close }
   end
 
 end

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

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