diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-16 15:30:45 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-16 15:30:45 +0000 |
commit | f96a338d00106d7b6ad56e6368ebc9d61bbd02bd (patch) | |
tree | 816e485bc7e1ccc455368a2b79e4118b876d702a | |
parent | 01f7429424887ef759034bfdd93a72957da324eb (diff) |
Only trailing whitespace
-rw-r--r-- | app/models/request_mailer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/request_mailer.rb b/app/models/request_mailer.rb index 83cce9045..177a39241 100644 --- a/app/models/request_mailer.rb +++ b/app/models/request_mailer.rb @@ -40,7 +40,7 @@ class RequestMailer < ApplicationMailer :filename => "original.eml", :transfer_encoding => '7bit', :content_disposition => 'inline' @body = { :info_request => info_request, - :contact_email => MySociety::Config.get("CONTACT_EMAIL", 'contact@localhost') + :contact_email => MySociety::Config.get("CONTACT_EMAIL", 'contact@localhost') } end |