From 9375318c4bf1cb6d7f5aa79922eb135d007e92dc Mon Sep 17 00:00:00 2001 From: stveep Date: Mon, 12 Feb 2018 21:46:31 +0000 Subject: [PATCH] Codeclimate: remove empty line --- app/mailers/producer_mailer.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/mailers/producer_mailer.rb b/app/mailers/producer_mailer.rb index 045ab9f31b..0bf05b787d 100644 --- a/app/mailers/producer_mailer.rb +++ b/app/mailers/producer_mailer.rb @@ -36,7 +36,6 @@ class ProducerMailer < Spree::BaseMailer where('order_cycles.id = ?', order_cycle). merge(Spree::Product.in_supplier(producer)). merge(Spree::Order.by_state('complete')) - end def total_from_line_items(line_items)