1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Remove unused variable

This commit is contained in:
James Herdman 2012-05-14 15:27:04 -04:00
parent 110358abb2
commit 5f95596f39

View file

@ -240,7 +240,7 @@ module Fog
def issue_request(params={},headers={},method='GET',expects=200) def issue_request(params={},headers={},method='GET',expects=200)
begin begin
response = @connection.request({ @connection.request({
:query => params, :query => params,
:headers => headers, :headers => headers,
:method => method, :method => method,