Align the keys of a hash literal if they span more than one line.

This commit is contained in:
Hunt Redmine 2024-12-06 15:12:04 +08:00 committed by uhuntu
parent a80f9b8927
commit 0ca3304a32

View File

@ -166,7 +166,7 @@ class DmsfMailer < Mailer
skip_no_self_notified = true
end
mail to: user,
subject:
subject:
"[#{@project.name} - #{l(:field_label_dmsf_workflow)}] #{@workflow.name} #{l(subject_id)} #{step_name}"
ensure
@author.pref.no_self_notified = true if skip_no_self_notified