Fix RuboCop Style/SuperArguments (#41884).

git-svn-id: https://svn.redmine.org/redmine/trunk@23491 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-02-06 04:06:02 +00:00
parent b665d32349
commit b15b5f72b3

View File

@@ -728,7 +728,7 @@ class Mailer < ActionMailer::Base
if block
super
else
super(headers) do |format|
super do |format|
format.text
format.html unless Setting.plain_text_mail?
end