1
0
Fork 0
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:
Tony Ta 2015-03-16 22:01:37 -07:00
parent 0346257fe8
commit 2e361dea00

View file

@ -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