Browse Source

Removing extra whitespace under protest.

David Underwood 12 years ago
parent
commit
c83e98c12b
1 changed files with 0 additions and 2 deletions
  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