mirror of
https://github.com/redmine/redmine.git
synced 2026-01-14 11:32:57 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user