Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
penso committed Jan 16, 2024
1 parent 207c57c commit 254a475
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 @@ -139,11 +139,7 @@ impl_name!(
"cosmos.gov.v1beta1",
"MsgDeposit"
);
impl_name!(
cosmos::gov::v1::MsgVote,
"cosmos.gov.v1",
"MsgVote"
);
impl_name!(cosmos::gov::v1::MsgVote, "cosmos.gov.v1", "MsgVote");
impl_name!(
cosmos::gov::v1beta1::MsgVote,
"cosmos.gov.v1beta1",
Expand Down

0 comments on commit 254a475

Please sign in to comment.