From 248bfd3743775c0b8831d01ea1493f46e9637b12 Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Mon, 13 Feb 2023 10:45:21 +0100 Subject: [PATCH] fixed linting Signed-off-by: Florian Bacher --- operator/controllers/common/metrics_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/controllers/common/metrics_test.go b/operator/controllers/common/metrics_test.go index 4059f2d118..a190c11272 100644 --- a/operator/controllers/common/metrics_test.go +++ b/operator/controllers/common/metrics_test.go @@ -2,12 +2,12 @@ package common import ( "context" - "github.com/keptn/lifecycle-toolkit/operator/controllers/lifecycle/interfaces" "testing" "time" lifecyclev1alpha2 "github.com/keptn/lifecycle-toolkit/operator/apis/lifecycle/v1alpha2" controllererrors "github.com/keptn/lifecycle-toolkit/operator/controllers/errors" + "github.com/keptn/lifecycle-toolkit/operator/controllers/lifecycle/interfaces" "github.com/stretchr/testify/require" noop "go.opentelemetry.io/otel/metric" "go.opentelemetry.io/otel/metric/instrument/asyncfloat64"