[ruby/rdoc] Get rid of a trailing space

https://github.com/ruby/rdoc/commit/7b7b91768e
This commit is contained in:
Nobuyoshi Nakada 2021-03-16 08:16:19 +09:00
parent ff9a008871
commit fad3412d47
Notes: git 2021-03-16 15:47:52 +09:00

View File

@ -16226,8 +16226,7 @@ class RDoc::Markdown
self.pos = _save
break
end
@result = begin;
text.start_with?(":") ? :left :
@result = begin; text.start_with?(":") ? :left :
text.end_with?(":") ? :right : nil
; end
_tmp = true