Skip to content

Commit

Permalink
fix styles for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpbrett committed Sep 18, 2020
1 parent 49533d0 commit 69d3ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/distributor_shipping_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
class DistributorShippingMethods
def self.shipping_methods(distributor, checkout = false, customer = nil)
return [] if distributor.blank?

methods = if checkout
distributor.shipping_methods.display_on_checkout.to_a
else
Expand Down

0 comments on commit 69d3ad3

Please sign in to comment.