From 5e5712f82d8c01a03af8f40a604bba6e57b8cac9 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 19 Oct 2019 12:25:34 +0000 Subject: code cleanup: rubocop: fix Layout/CommentIndentation in app/models/mailer.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18772 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/mailer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/models') diff --git a/app/models/mailer.rb b/app/models/mailer.rb index 74ceaecfe..3f3b00e7c 100644 --- a/app/models/mailer.rb +++ b/app/models/mailer.rb @@ -643,8 +643,8 @@ class Mailer < ActionMailer::Base from = mail_from.format list_id = "<#{mail_from.address.to_s.tr('@', '.')}>" rescue Mail::Field::IncompleteParseError - # Use Setting.mail_from as it is if Mail::Address cannot parse it - # (probably the emission address is not RFC compliant) + # Use Setting.mail_from as it is if Mail::Address cannot parse it + # (probably the emission address is not RFC compliant) from = Setting.mail_from.to_s list_id = "<#{from.tr('@', '.')}>" end -- cgit v1.2.3