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
|
lazy_load
|
||||||
end
|
end
|
||||||
data = super
|
data = super
|
||||||
result = self.clone.clear.concat(data)
|
self.clone.clear.concat(data)
|
||||||
end
|
end
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue