From 9ebd94c72e1b50d25402664c7e54d4df8da5245f Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 6 Nov 2018 02:44:04 +0000 Subject: [PATCH] Remove trailing whitespaces from app/models/mailer.rb git-svn-id: http://svn.redmine.org/redmine/trunk@17622 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5