From a8f6575f93106bbd382230a9058ec2340ce09230 Mon Sep 17 00:00:00 2001 From: Steve Strugnell Date: Mon, 27 May 2024 20:54:34 +1200 Subject: [PATCH] Fix import spacing (linting) --- config/confighttp/ratelimit_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/confighttp/ratelimit_test.go b/config/confighttp/ratelimit_test.go index 37643463034..bd888533034 100644 --- a/config/confighttp/ratelimit_test.go +++ b/config/confighttp/ratelimit_test.go @@ -13,6 +13,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "go.opentelemetry.io/collector/component" "go.opentelemetry.io/collector/component/componenttest" )