Apply style guide

This commit is contained in:
Maikel Linke
2017-08-25 14:24:05 +10:00
committed by Rob Harrington
parent 0a12f78444
commit 5b7e2f7ca8
2 changed files with 1 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ module Spree
provider.purchase(*options_for_purchase_or_auth(money, creditcard, gateway_options))
end
def create_profile(payment)
return unless payment.source.gateway_customer_profile_id.nil?
options = {

View File

@@ -30,7 +30,7 @@ module OpenFoodNetwork
uae["sells"],
uae["visible"],
to_local_datetime(uae["confirmed_at"])
]
]
end
end