Skip to content

Commit

Permalink
Run goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Apr 22, 2024
1 parent a6ddc67 commit b39bed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/eventshub/assert/event_info_matchers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b39bed7

Please sign in to comment.