Skip to content

Commit

Permalink
[release-1.9] Format Go code (#6706)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #6702

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-prow-robot and knative-automation authored Jan 26, 2023
1 parent 4d6e1fc commit d46e08b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/reconciler/subscription/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package subscription
import (
"context"
"fmt"

"go.uber.org/zap"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/equality"
Expand Down
3 changes: 2 additions & 1 deletion pkg/reconciler/subscription/subscription_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package subscription
import (
"context"
"fmt"
"testing"

"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"knative.dev/eventing/pkg/apis/messaging"
"testing"

corev1 "k8s.io/api/core/v1"
apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
Expand Down

0 comments on commit d46e08b

Please sign in to comment.