[ruby/rdoc] Add newline before return

https://github.com/ruby/rdoc/commit/6d609cb64c

Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
This commit is contained in:
zzak 2023-02-03 09:02:12 +09:00 committed by git
parent e04d20bc48
commit da9ee7bcf3

View File

@ -261,6 +261,7 @@ class RDoc::Task < Rake::TaskLib
$stderr.puts "rdoc #{args.join ' '}" if Rake.application.options.trace
end
end
self
end