Codeclimate: remove empty line

This commit is contained in:
stveep
2018-02-12 21:46:31 +00:00
committed by Maikel Linke
parent dc76b3922b
commit 9375318c4b

View File

@@ -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)