Skip to content

Commit

Permalink
Formatting stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed Jun 26, 2020
1 parent e081ffd commit 6ae9bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/apis/messaging/v1beta1/subscription_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ package v1beta1
import (
"context"
"fmt"

duckv1 "knative.dev/eventing/pkg/apis/duck/v1"
duckv1beta1 "knative.dev/eventing/pkg/apis/duck/v1beta1"

"knative.dev/eventing/pkg/apis/messaging/v1"
v1 "knative.dev/eventing/pkg/apis/messaging/v1"
"knative.dev/pkg/apis"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/messaging/v1beta1/subscription_conversion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"k8s.io/utils/pointer"
eventingduckv1 "knative.dev/eventing/pkg/apis/duck/v1"
duckv1beta1 "knative.dev/eventing/pkg/apis/duck/v1beta1"
"knative.dev/eventing/pkg/apis/messaging/v1"
v1 "knative.dev/eventing/pkg/apis/messaging/v1"
"knative.dev/pkg/apis"
duckv1 "knative.dev/pkg/apis/duck/v1"
)
Expand Down

0 comments on commit 6ae9bcc

Please sign in to comment.