Skip to content

Commit

Permalink
run gci write on testutil
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Oct 25, 2023
1 parent 62c7085 commit 9c460f2
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 32 deletions.
3 changes: 1 addition & 2 deletions testutil/testdata/animal.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ package testdata
import (
"fmt"

"github.com/cosmos/gogoproto/proto"

"github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/gogoproto/proto"
)

type Animal interface {
Expand Down
3 changes: 1 addition & 2 deletions testutil/testdata/codec.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package testdata

import (
amino "github.com/tendermint/go-amino"

"github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/msgservice"
tx "github.com/cosmos/cosmos-sdk/types/tx"
amino "github.com/tendermint/go-amino"
)

func NewTestInterfaceRegistry() types.InterfaceRegistry {
Expand Down
7 changes: 4 additions & 3 deletions testutil/testdata/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions testutil/testdata/testdata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions testutil/testdata/testpb/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions testutil/testdata/testpb/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions testutil/testdata/testpb/testdata.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions testutil/testdata/testpb/tx.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions testutil/testdata/testpb/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions testutil/testdata/testpb/unknonwnproto.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions testutil/testdata/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions testutil/testdata/unknonwnproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c460f2

Please sign in to comment.