mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #4355 from stack72/gofmt_errors_1
Fixing Gofmt errors
This commit is contained in:
commit
ba49e1b730
@ -3,12 +3,12 @@ package google
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"github.com/hashicorp/terraform/helper/hashcode"
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
"google.golang.org/api/compute/v1"
|
||||
"google.golang.org/api/googleapi"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func stringHashcode(v interface{}) int {
|
||||
|
Loading…
Reference in New Issue
Block a user