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 8e4cd40c65
commit 1d52677a96
2 changed files with 2 additions and 0 deletions

View File

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

View File

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