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:
parent
3df904d1a8
commit
1f2c84de83
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue