Fix import formatting across code base

This commit is contained in:
James Nugent 2016-04-18 17:28:46 -07:00
parent 421c1f6e9b
commit edc89f2dcb

View File

@ -2,13 +2,13 @@ package google
import (
"fmt"
"strings"
"testing"
"github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
"google.golang.org/api/compute/v1"
"strings"
)
func TestAccComputeInstanceTemplate_basic(t *testing.T) {