Pārlūkot izejas kodu

Removing extra whitespace under protest.

David Underwood 12 gadi atpakaļ
vecāks
revīzija
c83e98c12b
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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