Skip to content

Commit

Permalink
Fixing some gofmt errors that keep appearing on my master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Dec 12, 2015
1 parent 0a73c2e commit ed8c5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/google/resource_pubsub_subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package google

import (
"fmt"

"github.com/hashicorp/terraform/helper/schema"
"google.golang.org/api/pubsub/v1"
)
Expand Down
1 change: 1 addition & 0 deletions builtin/providers/google/resource_pubsub_topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package google

import (
"fmt"

"github.com/hashicorp/terraform/helper/schema"
"google.golang.org/api/pubsub/v1"
)
Expand Down

0 comments on commit ed8c5cd

Please sign in to comment.