remove extra semi-colon (#11781)

This commit is contained in:
Dan Lynch 2022-04-26 12:31:03 -07:00 committed by GitHub
parent 82631bcad6
commit e8479a39bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];