Browse Source

chore: fmt

thesimplekid 1 month ago
parent
commit
aac21633c7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      crates/cdk/src/wallet/balance.rs

+ 2 - 1
crates/cdk/src/wallet/balance.rs

@@ -1,6 +1,7 @@
 use tracing::instrument;
 use tracing::instrument;
 
 
-use crate::nuts::{nut00::ProofsMethods, State};
+use crate::nuts::nut00::ProofsMethods;
+use crate::nuts::State;
 use crate::{Amount, Error, Wallet};
 use crate::{Amount, Error, Wallet};
 
 
 impl Wallet {
 impl Wallet {