Skip to content

Commit

Permalink
remove assignment leftover from pry meddling, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
drinks committed Jan 28, 2014
1 parent 5d9c218 commit b15c86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geocoder/lookups/base.rb
Expand Up @@ -233,7 +233,7 @@ def make_api_request(query)
opts[:use_ssl] = true if configuration.use_https

http_client.start(*args, opts) do |client|
resp = client.get(uri.request_uri, configuration.http_headers)
client.get(uri.request_uri, configuration.http_headers)
end
end
end
Expand Down

0 comments on commit b15c86d

Please sign in to comment.