Skip to content

Commit

Permalink
fixing goimport error
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimutant committed Dec 10, 2024
1 parent 43387c4 commit ea99668
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nutanix/services/iamv2/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package iamv2_test

import (
"fmt"
"strconv"
"strings"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
conns "github.com/terraform-providers/terraform-provider-nutanix/nutanix"
acc "github.com/terraform-providers/terraform-provider-nutanix/nutanix/acctest"
"strconv"
"strings"
)

func checkAttributeLength(resourceName, attribute string, minLength int) resource.TestCheckFunc {
Expand Down

0 comments on commit ea99668

Please sign in to comment.