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
5f95596f39
commit
22bdeba00a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module Fog
|
|||
lazy_load
|
||||
end
|
||||
data = super
|
||||
result = self.clone.clear.concat(data)
|
||||
self.clone.clear.concat(data)
|
||||
end
|
||||
EOS
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue