From ebafa1cdf58fd094488297dc3dc78e4adb3a22af Mon Sep 17 00:00:00 2001 From: erikbaranowski <39704712+erikbaranowski@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:31:46 -0500 Subject: [PATCH] format Signed-off-by: erikbaranowski <39704712+erikbaranowski@users.noreply.github.com> --- pkg/integrations/v2/register.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/integrations/v2/register.go b/pkg/integrations/v2/register.go index 7613e0b04347..52b26b7794c4 100644 --- a/pkg/integrations/v2/register.go +++ b/pkg/integrations/v2/register.go @@ -229,7 +229,7 @@ func MarshalYAML(v interface{}) (interface{}, error) { } if _, exists := uniqueSingletons[fieldName]; exists && integrationType == TypeSingleton { - return nil, fmt.Errorf("integration %q may not be defined more than once", fieldName) + return nil, fmt.Errorf("integration %q may not be defined more than once", fieldName) } uniqueSingletons[fieldName] = struct{}{}