Skip to content

Commit

Permalink
style: ran 'cargo fmt'
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Dec 29, 2023
1 parent 87d9dc0 commit c85e58b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/types/cosmos_msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,10 @@ mod convert_to_any {
}

#[cfg(feature = "staking")]
pub fn distribution(msg: DistributionMsg, delegator_address: String) -> Result<Any, EncodeError> {
pub fn distribution(
msg: DistributionMsg,
delegator_address: String,
) -> Result<Any, EncodeError> {
use cosmos_sdk_proto::cosmos::distribution::v1beta1::{
MsgSetWithdrawAddress, MsgWithdrawDelegatorReward,
};
Expand Down

0 comments on commit c85e58b

Please sign in to comment.