undo whitespace change

This commit is contained in:
Andrew Metcalf 2013-08-06 15:29:29 -07:00
parent 7d2ca0dbee
commit f0ddfca71d

View File

@ -95,6 +95,7 @@ module Stripe
request_opts.update(:headers => request_headers(api_key).update(headers),
:method => method, :open_timeout => 30,
:payload => payload, :url => url, :timeout => 80)
begin
response = execute_request(request_opts)
rescue SocketError => e