summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-11-06 02:44:04 +0000
committerGo MAEDA <maeda@farend.jp>2018-11-06 02:44:04 +0000
commit9ebd94c72e1b50d25402664c7e54d4df8da5245f (patch)
treef905cde3b178fe091be1de05189544184a97665c
parent45ea5bc0d989b0b141fe447995f7f788b757dce3 (diff)
downloadredmine-9ebd94c72e1b50d25402664c7e54d4df8da5245f.tar.gz
redmine-9ebd94c72e1b50d25402664c7e54d4df8da5245f.zip
Remove trailing whitespaces from app/models/mailer.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@17622 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/models/mailer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mailer.rb b/app/models/mailer.rb
index 468e6c21a..99cae12ff 100644
--- a/app/models/mailer.rb
+++ b/app/models/mailer.rb
@@ -27,7 +27,7 @@ class Mailer < ActionMailer::Base
include Roadie::Rails::Automatic
# Overrides ActionMailer::Base#process in order to set the recipient as the current user
- # and his language as the default locale.
+ # and his language as the default locale.
# The first argument of all actions of this Mailer must be a User (the recipient),
# otherwise an ArgumentError is raised.
def process(action, *args)