Skip to content

Commit

Permalink
style: run cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soralit committed Dec 25, 2024
1 parent f61832f commit 77362c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rust/apps/ton/src/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::utils::shorten_string;
use crate::vendor::address::TonAddress;
use crate::vendor::cell::BagOfCells;
use alloc::string::{String, ToString};
use alloc::vec;

use hex;
use serde::Serialize;
use serde_json::{self, json, Value};
Expand Down
8 changes: 3 additions & 5 deletions rust/apps/wallets/src/zcash.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
use alloc::string::{String, ToString};
use alloc::vec;
use alloc::string::{String};

use alloc::vec::Vec;

use app_utils::impl_public_struct;
use ur_registry::{
crypto_hd_key::CryptoHDKey,
crypto_key_path::CryptoKeyPath,
error::{URError, URResult},
error::{URResult},
zcash::{
zcash_accounts::ZcashAccounts, zcash_unified_full_viewing_key::ZcashUnifiedFullViewingKey,
},
Expand Down

0 comments on commit 77362c6

Please sign in to comment.