1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/rdoc] Remove trailing spaces to fix CI

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

369e4fa32d
This commit is contained in:
Takashi Kokubun 2022-10-06 11:56:04 -07:00
parent 3df904d1a8
commit 1f2c84de83
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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)