summaryrefslogtreecommitdiffstats
path: root/app/models/mailer.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-07-04 04:00:23 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-07-04 04:00:23 +0000
commitff257d05e34cd8eacef8ddb9053653d3621feb98 (patch)
tree3590d50f1d47dd6755e37f362831fc575217b417 /app/models/mailer.rb
parentee698b50c4dd12141e5c6c5b86939c6ef80e213a (diff)
downloadredmine-ff257d05e34cd8eacef8ddb9053653d3621feb98.tar.gz
redmine-ff257d05e34cd8eacef8ddb9053653d3621feb98.zip
Replace tabs with spaces (#26333).
Patched by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16753 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/mailer.rb')
-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 316b4e356..ca52786c4 100644
--- a/app/models/mailer.rb
+++ b/app/models/mailer.rb
@@ -354,7 +354,7 @@ class Mailer < ActionMailer::Base
:subject => "[#{Setting.app_title}] #{l(:mail_subject_security_notification)}"
end
- # Notifies admins about settings changes
+ # Notifies admins about settings changes
def self.security_settings_updated(changes)
return unless changes.present?