chore: cargo fmt

This commit is contained in:
Jędrzej Stuczyński
2024-07-26 11:15:57 +01:00
committed by fmtabbara
parent 31ea3f92e2
commit ecee6ca863
+3 -1
View File
@@ -27,7 +27,9 @@ use nym_types::transaction::{
};
use nym_types::vesting::{OriginalVestingResponse, PledgeData, VestingAccountInfo, VestingPeriod};
use nym_vesting_contract_common::Period;
use nym_wallet_types::admin::{TauriContractStateParams, TauriOperatingCostRange, TauriProfitMarginRange};
use nym_wallet_types::admin::{
TauriContractStateParams, TauriOperatingCostRange, TauriProfitMarginRange,
};
use nym_wallet_types::app::AppEnv;
use nym_wallet_types::app::AppVersion;
use nym_wallet_types::interval::Interval;