Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
[master] golang format tools (#1338)
Browse files Browse the repository at this point in the history
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)`
  `goimports -w $(find -name '*.go' | grep -v vendor | grep -v third_party | grep -v wire_gen.go)`
/assign grantr lberk n3wscott
/cc grantr lberk n3wscott
  • Loading branch information
mattmoor authored Jun 24, 2020
1 parent 89f7859 commit e596770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kafka/source/pkg/apis/sources/v1alpha1/kafka_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ package v1alpha1
import (
"context"
"fmt"
"reflect"

"knative.dev/eventing-contrib/kafka/source/pkg/apis/bindings/v1alpha1"
bindingsv1beta1 "knative.dev/eventing-contrib/kafka/source/pkg/apis/bindings/v1beta1"
"knative.dev/eventing-contrib/kafka/source/pkg/apis/sources/v1beta1"
"knative.dev/pkg/apis"
duckv1 "knative.dev/pkg/apis/duck/v1"
"reflect"
)

// ConvertTo implements apis.Convertible.
Expand Down
1 change: 1 addition & 0 deletions kafka/source/pkg/apis/sources/v1beta1/kafka_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package v1beta1
import (
"context"
"fmt"

"knative.dev/pkg/apis"
)

Expand Down

0 comments on commit e596770

Please sign in to comment.