From d08bf619058d469da4d615553ccc7a76b39a85ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Mon, 28 Mar 2022 16:40:17 +0200 Subject: [PATCH] wallet: rustfmt --- nym-wallet/src-tauri/src/operations/mixnet/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src-tauri/src/operations/mixnet/account.rs b/nym-wallet/src-tauri/src/operations/mixnet/account.rs index aff0883c9c..396d3913d0 100644 --- a/nym-wallet/src-tauri/src/operations/mixnet/account.rs +++ b/nym-wallet/src-tauri/src/operations/mixnet/account.rs @@ -7,9 +7,9 @@ use crate::state::State; use crate::wallet_storage::{self, DEFAULT_WALLET_ACCOUNT_ID}; use bip39::{Language, Mnemonic}; +use config::defaults::all::Network; use config::defaults::COSMOS_DERIVATION_PATH; use cosmrs::bip32::DerivationPath; -use config::defaults::all::Network; use rand::seq::SliceRandom; use serde::{Deserialize, Serialize}; use std::collections::HashMap;