Skip to content

Commit 5e7c90c

Browse files
authored
chore: fixed proto-lint errors (#8336)
* chore: ran proto-all * chore: fixed proto-lint errors * chore: regen proto code
1 parent cc4893a commit 5e7c90c

File tree

5 files changed

+34
-40
lines changed

5 files changed

+34
-40
lines changed

modules/apps/transfer/types/token.pb.go

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/apps/transfer/types/transfer.pb.go

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/ibc/applications/transfer/v1/token.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ package ibc.applications.transfer.v1;
44

55
option go_package = "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types";
66

7-
import "ibc/applications/transfer/v1/transfer.proto";
87
import "gogoproto/gogo.proto";
98

109
// Token defines a struct which represents a token to be transferred.

proto/ibc/applications/transfer/v1/transfer.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ syntax = "proto3";
22

33
package ibc.applications.transfer.v1;
44

5-
import "gogoproto/gogo.proto";
6-
75
option go_package = "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types";
86

97
// Params defines the set of IBC transfer parameters.

proto/ibc/core/client/v1/tx.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,3 @@ message MsgDeleteClientCreator {
195195

196196
// MsgDeleteClientCreatorResponse defines the Msg/DeleteClientCreator response type.
197197
message MsgDeleteClientCreatorResponse {}
198-

0 commit comments

Comments
 (0)