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

ruby-changes:58291

From: git <ko1@a...>
Date: Thu, 17 Oct 2019 17:45:12 +0900 (JST)
Subject: [ruby-changes:58291] 2a261909cc (master): * remove trailing spaces. [ci skip]

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

From 2a261909cc6d0767d584c0555a1c6594aacf567a Mon Sep 17 00:00:00 2001
From: git <svn-admin@r...>
Date: Thu, 17 Oct 2019 17:45:02 +0900
Subject: * remove trailing spaces. [ci skip]


diff --git a/spec/ruby/core/regexp/match_spec.rb b/spec/ruby/core/regexp/match_spec.rb
index cac2405..c117dca 100644
--- a/spec/ruby/core/regexp/match_spec.rb
+++ b/spec/ruby/core/regexp/match_spec.rb
@@ -92,7 +92,7 @@ describe "Regexp#match" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/regexp/match_spec.rb#L92
       # set $~
       /./.match("a")
       $~.should be_kind_of(MatchData)
-  
+
       /1/.match(nil)
       $~.should be_nil
     end
-- 
cgit v0.10.2


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

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