diff --git a/internal/experimental/registry/registry_client.go b/internal/experimental/registry/registry_client.go index 919641ce7..2e9a2a6a6 100644 --- a/internal/experimental/registry/registry_client.go +++ b/internal/experimental/registry/registry_client.go @@ -30,9 +30,7 @@ import ( "helm.sh/helm/v3/pkg/helmpath" ) -var ( - userAgent = fmt.Sprintf("helm/%s", version.GetVersion()) -) +var userAgent = fmt.Sprintf("helm/%s", version.GetVersion()) type ( // Client works with OCI-compliant registries diff --git a/internal/experimental/registry/registry_op_pull_result.go b/internal/experimental/registry/registry_op_pull_result.go index d3aab03de..fd6756671 100644 --- a/internal/experimental/registry/registry_op_pull_result.go +++ b/internal/experimental/registry/registry_op_pull_result.go @@ -16,9 +16,7 @@ limitations under the License. package registry // import "helm.sh/helm/v3/internal/experimental/registry" -import ( - "helm.sh/helm/v3/pkg/chart" -) +import "helm.sh/helm/v3/pkg/chart" type ( // PullResult is the result returned upon successful pull. diff --git a/internal/experimental/registry/registry_op_push_result.go b/internal/experimental/registry/registry_op_push_result.go index 3541bf414..26302685c 100644 --- a/internal/experimental/registry/registry_op_push_result.go +++ b/internal/experimental/registry/registry_op_push_result.go @@ -16,9 +16,7 @@ limitations under the License. package registry // import "helm.sh/helm/v3/internal/experimental/registry" -import ( - "helm.sh/helm/v3/pkg/chart" -) +import "helm.sh/helm/v3/pkg/chart" type ( // PushResult is the result returned upon successful push.