From 0ca3304a32dd58166c3026a122968d741317e3ec Mon Sep 17 00:00:00 2001 From: Hunt Redmine Date: Fri, 6 Dec 2024 15:12:04 +0800 Subject: [PATCH] Align the keys of a hash literal if they span more than one line. --- app/models/dmsf_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/dmsf_mailer.rb b/app/models/dmsf_mailer.rb index 83cb4d41..252559f4 100644 --- a/app/models/dmsf_mailer.rb +++ b/app/models/dmsf_mailer.rb @@ -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