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
ed3394d734
commit
85e4d796f9
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ module Fog
|
||||||
class Mock
|
class Mock
|
||||||
def self.data
|
def self.data
|
||||||
@data ||= Hash.new do |hash, region|
|
@data ||= Hash.new do |hash, region|
|
||||||
owner_id = Fog::AWS::Mock.owner_id
|
|
||||||
hash[region] = Hash.new do |region_hash, key|
|
hash[region] = Hash.new do |region_hash, key|
|
||||||
region_hash[key] = {
|
region_hash[key] = {
|
||||||
:owner_id => Fog::AWS::Mock.owner_id,
|
:owner_id => Fog::AWS::Mock.owner_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue