Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimutant committed Dec 10, 2024
1 parent aec7237 commit b9280bd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions nutanix/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func TestNewUploadRequest(t *testing.T) {
t.Errorf("NewUploadRequest(%v) URL = %v, expected %v", inURL, req.URL, outURL)
}


got, _ := ioutil.ReadAll(req.Body)
if !bytes.Equal(got, outBody) {
t.Errorf("NewUploadRequest(%v) Body = %v, expected %v", inBody, string(got), string(outBody))
Expand Down Expand Up @@ -238,7 +237,6 @@ func TestNewUnAuthUploadRequest(t *testing.T) {
t.Errorf("NewUnAuthUploadRequest(%v) URL = %v, expected %v", inURL, req.URL, outURL)
}


got, _ := ioutil.ReadAll(req.Body)
if !bytes.Equal(got, outBody) {
t.Errorf("NewUnAuthUploadRequest(%v) Body = %v, expected %v", inBody, string(got), string(outBody))
Expand Down
1 change: 0 additions & 1 deletion nutanix/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package nutanix
import (
"fmt"


"github.com/terraform-providers/terraform-provider-nutanix/nutanix/client"
era "github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v3/era"
foundation_central "github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v3/fc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"
"testing"


"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
acc "github.com/terraform-providers/terraform-provider-nutanix/nutanix/acctest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"
"testing"


"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
acc "github.com/terraform-providers/terraform-provider-nutanix/nutanix/acctest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"
"testing"


"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
acc "github.com/terraform-providers/terraform-provider-nutanix/nutanix/acctest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"
"testing"


"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
acc "github.com/terraform-providers/terraform-provider-nutanix/nutanix/acctest"
Expand Down

0 comments on commit b9280bd

Please sign in to comment.