diff --git a/proto/cosmos/group/v1beta1/events.proto b/proto/cosmos/group/v1beta1/events.proto index 9b59e4744..18289d455 100644 --- a/proto/cosmos/group/v1beta1/events.proto +++ b/proto/cosmos/group/v1beta1/events.proto @@ -25,7 +25,6 @@ message EventCreateGroupPolicy { // address is the account address of the group policy. string address = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; - ; } // EventUpdateGroupPolicy is an event emitted when a group policy is updated. @@ -33,7 +32,6 @@ message EventUpdateGroupPolicy { // address is the account address of the group policy. string address = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; - ; } // EventCreateProposal is an event emitted when a proposal is created.