diff options
author | Go MAEDA <maeda@farend.jp> | 2019-06-06 14:47:34 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-06-06 14:47:34 +0000 |
commit | 2e0ec5b0e66d288a476d79b2163a316dbbed0f8c (patch) | |
tree | cdd82de304e23392567e3323c89d18d025eb1bc0 /app/models/mail_handler.rb | |
parent | ac6ab7e74e21f748c2361b6dc35464db629d95f5 (diff) | |
download | redmine-2e0ec5b0e66d288a476d79b2163a316dbbed0f8c.tar.gz redmine-2e0ec5b0e66d288a476d79b2163a316dbbed0f8c.zip |
Remove trailing whitespaces from app (#31506).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18230 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/mail_handler.rb')
-rwxr-xr-x | app/models/mail_handler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index 82cbc0790..44aed826f 100755 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -459,7 +459,7 @@ class MailHandler < ActionMailer::Base end end - # Returns the text content of the email. + # Returns the text content of the email. # If the value of Setting.mail_handler_preferred_body_part is 'html', # it returns text converted from the text/html part of the email. # Otherwise, it returns text/plain part. |