From a040110c0ff810101873a01a8994247a72147379 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Thu, 18 Feb 2016 08:51:27 -0800 Subject: [PATCH] Gix gofmt errors --- builtin/providers/google/resource_storage_bucket_acl_test.go | 1 - builtin/providers/google/resource_storage_object_acl_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/builtin/providers/google/resource_storage_bucket_acl_test.go b/builtin/providers/google/resource_storage_bucket_acl_test.go index a8b11e8f62..5ccce38dc0 100644 --- a/builtin/providers/google/resource_storage_bucket_acl_test.go +++ b/builtin/providers/google/resource_storage_bucket_acl_test.go @@ -7,7 +7,6 @@ import ( "github.com/hashicorp/terraform/helper/acctest" "github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/terraform" - //"google.golang.org/api/storage/v1" ) diff --git a/builtin/providers/google/resource_storage_object_acl_test.go b/builtin/providers/google/resource_storage_object_acl_test.go index 5cac86a14b..9833849382 100644 --- a/builtin/providers/google/resource_storage_object_acl_test.go +++ b/builtin/providers/google/resource_storage_object_acl_test.go @@ -9,7 +9,6 @@ import ( "github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/terraform" - //"google.golang.org/api/storage/v1" )