Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
penso committed Jan 16, 2024
1 parent c6d276a commit b8a90fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cosmos-sdk-proto/src/type_names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ impl_name!(
"cosmos.gov.v1",
"MsgSubmitProposal"
);
impl_name!(
cosmos::gov::v1::MsgDeposit,
"cosmos.gov.v1",
"MsgDeposit"
);
impl_name!(cosmos::gov::v1::MsgDeposit, "cosmos.gov.v1", "MsgDeposit");
impl_name!(
cosmos::gov::v1::MsgVoteWeighted,
"cosmos.gov.v1",
Expand Down

0 comments on commit b8a90fc

Please sign in to comment.