remove extra semi-colon (#11781)

This commit is contained in:
Dan Lynch
2022-04-26 15:31:03 -04:00
committed by GitHub
parent 82631bcad6
commit e8479a39bf
-1
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];