Fix indent rule by rubygems/bundler cops

This commit is contained in:
Hiroshi SHIBATA 2024-12-17 09:32:38 +09:00
parent d42fcda002
commit 535f0746ed
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -19,10 +19,10 @@ class TestGemRDoc < Gem::TestCase
install_gem @a
hook_class = if defined?(RDoc::RubyGemsHook)
RDoc::RubyGemsHook
else
Gem::RDoc
end
RDoc::RubyGemsHook
else
Gem::RDoc
end
@hook = hook_class.new @a