From 5959527806d3bad29d576bcc9448f1e9f3a3b100 Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Fri, 27 Jan 2012 13:32:34 -0500 Subject: [PATCH] fix spacing --- app/models/cron_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/cron_mailer.rb b/app/models/cron_mailer.rb index 5c854d4..259d402 100644 --- a/app/models/cron_mailer.rb +++ b/app/models/cron_mailer.rb @@ -1,5 +1,5 @@ unless Rails.env == "development" - include SendGrid + include SendGrid end class CronMailer < ActionMailer::Base -- libgit2 0.21.2