Skip to content

Commit

Permalink
remove dangling semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed May 7, 2021
1 parent 29f8399 commit 41d155b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto/cosmos/authz/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ message MsgExec {
// The x/authz will try to find a grant matching (msg.signers[0], grantee, MsgTypeURL(msg))
// triple and validate it.
repeated google.protobuf.Any msgs = 2 [(cosmos_proto.accepts_interface) = "sdk.Msg, authz.Authorization"];
;
}

// MsgGrantResponse defines the Msg/MsgGrant response type.
Expand Down

0 comments on commit 41d155b

Please sign in to comment.