소스 검색

Removing extra whitespace under protest.

David Underwood 12 년 전
부모
커밋
c83e98c12b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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