From 2a261909cc6d0767d584c0555a1c6594aacf567a Mon Sep 17 00:00:00 2001 From: git Date: Thu, 17 Oct 2019 17:45:02 +0900 Subject: [PATCH] * remove trailing spaces. [ci skip] --- spec/ruby/core/regexp/match_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ruby/core/regexp/match_spec.rb b/spec/ruby/core/regexp/match_spec.rb index cac2405c94..c117dcac69 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 # set $~ /./.match("a") $~.should be_kind_of(MatchData) - + /1/.match(nil) $~.should be_nil end