From 098c924a93489615bbfd591a94fe897f343849d9 Mon Sep 17 00:00:00 2001 From: Will Assis Date: Wed, 3 Dec 2025 13:40:23 -0300 Subject: [PATCH] lint --- pkg/storage/unified/resource/internalstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/storage/unified/resource/internalstore.go b/pkg/storage/unified/resource/internalstore.go index 306075ef7c8..2af08bc187f 100644 --- a/pkg/storage/unified/resource/internalstore.go +++ b/pkg/storage/unified/resource/internalstore.go @@ -26,7 +26,7 @@ type InternalKey struct { } func (k InternalKey) String() string { - return fmt.Sprintf("%s/%s/%s/%s/%s", strings.ToLower(k.Subsection), k.Group, k.Resource, k.Namespace) + return fmt.Sprintf("%s/%s/%s/%s", strings.ToLower(k.Subsection), k.Group, k.Resource, k.Namespace) } func (k InternalKey) Validate() error {