1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-10 20:55:21 +00:00

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 if block
super super
else else
super(headers) do |format| super do |format|
format.text format.text
format.html unless Setting.plain_text_mail? format.html unless Setting.plain_text_mail?
end end