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

ruby-changes:41634

From: svn <ko1@a...>
Date: Mon, 1 Feb 2016 21:42:26 +0900 (JST)
Subject: [ruby-changes:41634] svn:r53708 (trunk): * remove trailing spaces.

svn	2016-02-01 21:43:30 +0900 (Mon, 01 Feb 2016)

  New Revision: 53708

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/test/rubygems/test_gem_commands_build_command.rb
Index: test/rubygems/test_gem_commands_build_command.rb
===================================================================
--- test/rubygems/test_gem_commands_build_command.rb	(revision 53707)
+++ test/rubygems/test_gem_commands_build_command.rb	(revision 53708)
@@ -62,7 +62,7 @@ class TestGemCommandsBuildCommand < Gem: https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_gem_commands_build_command.rb#L62
     assert_equal '', @ui.output
     assert_equal "ERROR:  Gemspec file not found: some_gem\n", @ui.error
   end
-  
+
   def test_can_find_gemspecs_without_dot_gemspec
     gemspec_file = File.join(@tempdir, @gem.spec_name)
 

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

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