Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
seantking committed Jan 17, 2022
1 parent 9b52f65 commit 6768aa1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion proto/ibc/applications/fee/v1/fee.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import "cosmos/base/v1beta1/coin.proto";
import "gogoproto/gogo.proto";
import "ibc/core/channel/v1/channel.proto";


// Fee implements the ics29 Fee interface
// See Fee Payment Middleware spec:
// https://github.com/cosmos/ibc/tree/master/spec/app/ics-029-fee-payment#fee-middleware-contract
Expand Down
1 change: 0 additions & 1 deletion proto/ibc/applications/fee/v1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import "gogoproto/gogo.proto";
import "ibc/applications/fee/v1/fee.proto";
import "ibc/core/channel/v1/channel.proto";


// GenesisState defines the fee middleware genesis state
message GenesisState {
repeated IdentifiedPacketFee identified_fees = 1 [(gogoproto.moretags) = "yaml:\"identified_fees\""];
Expand Down
1 change: 0 additions & 1 deletion proto/ibc/applications/fee/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import "google/api/annotations.proto";
import "ibc/core/channel/v1/channel.proto";
import "cosmos/base/query/v1beta1/pagination.proto";


// Query provides defines the gRPC querier service.
service Query {
// Gets all incentivized packets
Expand Down

0 comments on commit 6768aa1

Please sign in to comment.