Skip to content

Commit

Permalink
fix: removed misplaced semicolon from Proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed May 19, 2023
1 parent cbf520a commit f4d6bf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto/desmos/subspaces/v3/msgs_treasury.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ message MsgGrantTreasuryAuthorization {
string granter = 2 [ (gogoproto.moretags) = "yaml:\"granter\"" ];
// Address of the user who is being granted a treasury authorization
string grantee = 3 [ (gogoproto.moretags) = "yaml:\"grantee\"" ];
;
// Grant represents the authorization to execute the provided methods
cosmos.authz.v1beta1.Grant grant = 4
[ (gogoproto.nullable) = false, (gogoproto.moretags) = "yaml:\"grant\"" ];
Expand Down

0 comments on commit f4d6bf0

Please sign in to comment.