Fix whitespace formatting with go fmt

This commit is contained in:
Clint Shryock 2015-10-12 15:50:04 -05:00
parent ed25948651
commit 810d088279
1 changed files with 4 additions and 4 deletions

View File

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