Fixing some gofmt errors that keep appearing on my master branch

This commit is contained in:
stack72 2015-12-12 11:00:54 +00:00
parent 0a73c2e629
commit ed8c5cdeea
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package google
import ( import (
"fmt" "fmt"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"google.golang.org/api/pubsub/v1" "google.golang.org/api/pubsub/v1"
) )

View File

@ -2,6 +2,7 @@ package google
import ( import (
"fmt" "fmt"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"google.golang.org/api/pubsub/v1" "google.golang.org/api/pubsub/v1"
) )