From 1f2c84de83cef26e7e0bb6537992d3ad922533a8 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun 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(-) (limited to 'lib') 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 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.3