summaryrefslogtreecommitdiffstats
path: root/app/models/mail_handler.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-06-06 14:47:34 +0000
committerGo MAEDA <maeda@farend.jp>2019-06-06 14:47:34 +0000
commit2e0ec5b0e66d288a476d79b2163a316dbbed0f8c (patch)
treecdd82de304e23392567e3323c89d18d025eb1bc0 /app/models/mail_handler.rb
parentac6ab7e74e21f748c2361b6dc35464db629d95f5 (diff)
downloadredmine-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-xapp/models/mail_handler.rb2
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.