mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
removes unnecessary commas
This commit is contained in:
parent
0346257fe8
commit
2e361dea00
1 changed files with 2 additions and 2 deletions
|
@ -103,13 +103,13 @@ module Fog
|
|||
volume_type1 = {
|
||||
"id" => volume_type1_id,
|
||||
"name" => "SATA",
|
||||
"extra_specs" => {},
|
||||
"extra_specs" => {}
|
||||
}
|
||||
|
||||
volume_type2 = {
|
||||
"id" => volume_type2_id,
|
||||
"name" => "SSD",
|
||||
"extra_specs" => {},
|
||||
"extra_specs" => {}
|
||||
}
|
||||
|
||||
#AutoScale
|
||||
|
|
Loading…
Reference in a new issue