diff options
| author | Arnon S <arnon.san@cpf.co.th> | 2023-01-03 20:13:37 +0700 |
|---|---|---|
| committer | Arnon S <arnon.san@cpf.co.th> | 2023-01-03 20:13:37 +0700 |
| commit | 583c6cbf9cde567c87293e5dea33b2a9577611a9 (patch) | |
| tree | dfd62df490433689757ae871411f293baad2c0a8 /azuredevops | |
| parent | df98e6d04f8fa227fec370a541e09570910dc042 (diff) | |
style: reformat the code
Diffstat (limited to 'azuredevops')
| -rw-r--r-- | azuredevops/internal/service/serviceendpoint/resource_serviceendpoint_externaltfs.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/azuredevops/internal/service/serviceendpoint/resource_serviceendpoint_externaltfs.go b/azuredevops/internal/service/serviceendpoint/resource_serviceendpoint_externaltfs.go index f50e1a7a..2573bfa9 100644 --- a/azuredevops/internal/service/serviceendpoint/resource_serviceendpoint_externaltfs.go +++ b/azuredevops/internal/service/serviceendpoint/resource_serviceendpoint_externaltfs.go @@ -1,7 +1,6 @@ package serviceendpoint import ( - "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" @@ -79,6 +78,6 @@ func flattenServiceEndpointExternalTFS( ) { doBaseFlattening(d, serviceEndpoint, projectID) - d.Get("") + d.Get("") d.Set("connection_url", *serviceEndpoint.Url) } |
