Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Nov 3, 2011
1 parent 9902e08 commit d7811aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fake_braintree/customer.rb
Expand Up @@ -4,7 +4,7 @@ class Customer

def initialize(request, merchant_id)
@request_hash = Hash.from_xml(request.body).delete("customer")
@merchant_id = merchant_id
@merchant_id = merchant_id
end

def invalid?
Expand Down

0 comments on commit d7811aa

Please sign in to comment.