Fix whitespace formatting with go fmt

pull/3470/head
Clint Shryock 11 years ago
parent ed25948651
commit 810d088279

@ -30,13 +30,13 @@ func resourceAwsEip() *schema.Resource {
"instance": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
Computed: true,
},
"network_interface": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"allocation_id": &schema.Schema{

Loading…
Cancel
Save