Bläddra i källkod

Removing extra whitespace under protest.

David Underwood 12 år sedan
förälder
incheckning
c83e98c12b
1 ändrade filer med 0 tillägg och 2 borttagningar
  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