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:
parent
110358abb2
commit
5f95596f39
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ module Fog
|
|||
|
||||
def issue_request(params={},headers={},method='GET',expects=200)
|
||||
begin
|
||||
response = @connection.request({
|
||||
@connection.request({
|
||||
:query => params,
|
||||
:headers => headers,
|
||||
:method => method,
|
||||
|
|
Loading…
Reference in a new issue