make fmt on resource_dataproc_cluster.go (#2435)

This commit is contained in:
The Magician 2018-11-08 16:30:13 -08:00 committed by Nathan McKinley
parent ee8e300ff0
commit b6029d7f74

View File

@ -385,9 +385,9 @@ func acceleratorsSchema() *schema.Resource {
return &schema.Resource{
Schema: map[string]*schema.Schema{
"accelerator_type": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"accelerator_count": {