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

ruby-changes:73882

From: Takashi <ko1@a...>
Date: Fri, 7 Oct 2022 03:56:45 +0900 (JST)
Subject: [ruby-changes:73882] 1f2c84de83 (master): [ruby/rdoc] Remove trailing spaces to fix CI

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

From 1f2c84de83cef26e7e0bb6537992d3ad922533a8 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Thu, 6 Oct 2022 11:56:04 -0700
Subject: [ruby/rdoc] Remove trailing spaces to fix CI

https://github.com/ruby/ruby/actions/runs/3199301563/jobs/5224898228

https://github.com/ruby/rdoc/commit/369e4fa32d60bc00982801a6848efe5338603ac5
---
 lib/rdoc/markdown.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/rdoc/markdown.rb b/lib/rdoc/markdown.rb
index c68aa07b64..615e207857 100644
--- a/lib/rdoc/markdown.rb
+++ b/lib/rdoc/markdown.rb
@@ -16296,7 +16296,7 @@ class RDoc::Markdown https://github.com/ruby/ruby/blob/trunk/lib/rdoc/markdown.rb#L16296
         self.pos = _save
         break
       end
-      @result = begin; 
+      @result = begin;
                 text.start_with?(":") ?
                 (text.end_with?(":") ? :center : :left) :
                 (text.end_with?(":") ? :right : nil)
-- 
cgit v1.2.1


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

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