From b39bed7b717f2d4dbeb991acbefd9369fc5728c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Mon, 22 Apr 2024 10:58:59 +0200 Subject: [PATCH] Run goimports --- pkg/eventshub/assert/event_info_matchers.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/eventshub/assert/event_info_matchers.go b/pkg/eventshub/assert/event_info_matchers.go index c6755f48..4084ec3a 100644 --- a/pkg/eventshub/assert/event_info_matchers.go +++ b/pkg/eventshub/assert/event_info_matchers.go @@ -19,13 +19,14 @@ package assert import ( "context" "fmt" + "strings" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" duckv1 "knative.dev/pkg/apis/duck/v1" "knative.dev/pkg/injection/clients/dynamicclient" "knative.dev/reconciler-test/pkg/environment" - "strings" cloudevents "github.com/cloudevents/sdk-go/v2" cetest "github.com/cloudevents/sdk-go/v2/test"