From 5b7e2f7ca801360942527ae04ac8a1a281cd6816 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 25 Aug 2017 14:24:05 +1000 Subject: [PATCH] Apply style guide --- app/models/spree/gateway/stripe_connect.rb | 1 - lib/open_food_network/users_and_enterprises_report.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/models/spree/gateway/stripe_connect.rb b/app/models/spree/gateway/stripe_connect.rb index 2ce9065419..06a632c04a 100644 --- a/app/models/spree/gateway/stripe_connect.rb +++ b/app/models/spree/gateway/stripe_connect.rb @@ -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 = { diff --git a/lib/open_food_network/users_and_enterprises_report.rb b/lib/open_food_network/users_and_enterprises_report.rb index fd580393be..58cb9688c8 100644 --- a/lib/open_food_network/users_and_enterprises_report.rb +++ b/lib/open_food_network/users_and_enterprises_report.rb @@ -30,7 +30,7 @@ module OpenFoodNetwork uae["sells"], uae["visible"], to_local_datetime(uae["confirmed_at"]) - ] + ] end end