Skip to content

Commit

Permalink
fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Corbin authored and briancorbin committed Apr 27, 2023
1 parent cdc6f37 commit 2bc6783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full-service/src/service/hardware_wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::convert::TryFrom;
use ledger_mob::{transport::GenericTransport, Connect, DeviceHandle, LedgerProvider};

use mc_common::logger::global_log;
use mc_core::{account::ViewAccount};
use mc_core::account::ViewAccount;
use mc_crypto_keys::RistrettoPublic;
use strum::Display;

Expand Down

0 comments on commit 2bc6783

Please sign in to comment.