mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
warning: assigned but unused variable - reponse
Actually this whole line could just be removed, but I'm just gonna fix typo here respecting the original code style
This commit is contained in:
parent
53148b05ca
commit
8737b89837
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ module Fog
|
|||
|
||||
def retry_event_lock
|
||||
count = 0
|
||||
reponse = nil
|
||||
response = nil
|
||||
while count < 5
|
||||
response = yield
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue