Skip to content

Commit

Permalink
remove extra semi-colon (#11781)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation authored Apr 26, 2022
1 parent 82631bc commit e8479a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto/cosmos/bank/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ message QueryDenomOwnersRequest {
message DenomOwner {
// address defines the address that owns a particular denomination.
string address = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
;

// balance is the balance of the denominated coin for an account.
cosmos.base.v1beta1.Coin balance = 2 [(gogoproto.nullable) = false];
Expand Down

0 comments on commit e8479a3

Please sign in to comment.