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 = {
|
volume_type1 = {
|
||||||
"id" => volume_type1_id,
|
"id" => volume_type1_id,
|
||||||
"name" => "SATA",
|
"name" => "SATA",
|
||||||
"extra_specs" => {},
|
"extra_specs" => {}
|
||||||
}
|
}
|
||||||
|
|
||||||
volume_type2 = {
|
volume_type2 = {
|
||||||
"id" => volume_type2_id,
|
"id" => volume_type2_id,
|
||||||
"name" => "SSD",
|
"name" => "SSD",
|
||||||
"extra_specs" => {},
|
"extra_specs" => {}
|
||||||
}
|
}
|
||||||
|
|
||||||
#AutoScale
|
#AutoScale
|
||||||
|
|
Loading…
Reference in a new issue