From c85e58b3c2c09bffce31de702ccc192ec0759733 Mon Sep 17 00:00:00 2001 From: srdtrk Date: Fri, 29 Dec 2023 16:44:57 +0300 Subject: [PATCH] style: ran 'cargo fmt' --- src/types/cosmos_msg.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/types/cosmos_msg.rs b/src/types/cosmos_msg.rs index b55e1b4e..4ecaf996 100644 --- a/src/types/cosmos_msg.rs +++ b/src/types/cosmos_msg.rs @@ -307,7 +307,10 @@ mod convert_to_any { } #[cfg(feature = "staking")] - pub fn distribution(msg: DistributionMsg, delegator_address: String) -> Result { + pub fn distribution( + msg: DistributionMsg, + delegator_address: String, + ) -> Result { use cosmos_sdk_proto::cosmos::distribution::v1beta1::{ MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, };