Skip to content

Commit

Permalink
Fixed error in the format of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrojnm committed Jul 19, 2021
1 parent 4e43800 commit 33ad248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions civo/resource_dns_domain_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package civo

import (
"fmt"
"log"
"strings"
"github.com/civo/terraform-provider-civo/internal/utils"
"github.com/civo/civogo"
"github.com/civo/terraform-provider-civo/internal/utils"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
"log"
"strings"
)

// DNS domain record resource with this we can create and manage DNS Domain
Expand Down
2 changes: 1 addition & 1 deletion internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ func CheckAPPName(appName string, client *civogo.Client) bool {
}

return false
}
}

0 comments on commit 33ad248

Please sign in to comment.