summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-10-06 11:56:04 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-10-06 11:56:05 -0700
commit1f2c84de83cef26e7e0bb6537992d3ad922533a8 (patch)
tree86077b28a71450ab895b56eb3431db7928e91591
parent3df904d1a8dc614589295dfdf30a781114b3a7fc (diff)
[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
-rw-r--r--lib/rdoc/markdown.rb2
1 files changed, 1 insertions, 1 deletions
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)