diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-15 09:52:11 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-15 09:52:11 +0100 |
commit | 014c5a221a3ac47d89de71cfd81054f39ac3759d (patch) | |
tree | 681a31d37b695daa1a008f69c51678874f37f8f4 /app/models/exim_log.rb | |
parent | 5180e822f8a9016d801282b2df56f7adab99e72f (diff) |
Remove trailing whitespace (to make a cleaner forthcoming merge with wombleton:feature/440_sparkly_admin_css)
Diffstat (limited to 'app/models/exim_log.rb')
-rw-r--r-- | app/models/exim_log.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/exim_log.rb b/app/models/exim_log.rb index 77e5e2d21..2c6bea4f8 100644 --- a/app/models/exim_log.rb +++ b/app/models/exim_log.rb @@ -40,7 +40,7 @@ class EximLog < ActiveRecord::Base ActiveRecord::Base.transaction do # see if we already have it - done = EximLogDone.find_by_filename(file_name_db) + done = EximLogDone.find_by_filename(file_name_db) if !done.nil? if modified.utc == done.last_stat.utc # already have that, nothing to do @@ -124,7 +124,7 @@ class EximLog < ActiveRecord::Base return ok end - + end |