do not wrap single imports/vars

Signed-off-by: Josh Dolitsky <josh@dolit.ski>
pull/9782/head
Josh Dolitsky 4 years ago
parent cd27cf660f
commit 817ac8ff9f
No known key found for this signature in database
GPG Key ID: B2B93673243A65FB

@ -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

@ -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.

@ -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.

Loading…
Cancel
Save