Explorar o código

Removing extra whitespace under protest.

David Underwood %!s(int64=12) %!d(string=hai) anos
pai
achega
c83e98c12b
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      lib/shopify_api/resources/customer_group.rb

+ 0 - 2
lib/shopify_api/resources/customer_group.rb

@@ -1,9 +1,7 @@
 module ShopifyAPI
   class CustomerGroup < Base
-
     def customers
       Customers.find(:all, :params => {:customer_group_id => self.id})
     end
-    
   end
 end