From 922d21ebb1159725cc46ac5b507a99839524da50 Mon Sep 17 00:00:00 2001 From: wujunwei Date: Fri, 13 Jan 2023 16:53:43 +0800 Subject: [PATCH] fix golangci-lint fmt Signed-off-by: wujunwei --- pkg/action/install.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/action/install.go b/pkg/action/install.go index 9ceaf579c..2b29e94b5 100644 --- a/pkg/action/install.go +++ b/pkg/action/install.go @@ -90,7 +90,7 @@ type Install struct { DisableOpenAPIValidation bool // IncludeCRDs is deprecated because of template-related code is removed from install action. // Deprecated - IncludeCRDs bool + IncludeCRDs bool // KubeVersion allows specifying a custom kubernetes version to use and // APIVersions allows a manual set of supported API Versions to be passed // (for things like templating). These are ignored if ClientOnly is false @@ -459,10 +459,10 @@ func (i *Install) failRelease(rel *release.Release, err error) (*release.Release // // Roughly, this will return an error if name is // -// - empty -// - too long -// - already in use, and not deleted -// - used by a deleted release, and i.Replace is false +// - empty +// - too long +// - already in use, and not deleted +// - used by a deleted release, and i.Replace is false func (i *Install) availableName() error { start := i.ReleaseName