Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aya015757881 committed Dec 10, 2024
1 parent 9912e21 commit 85a69f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//! Extended private keys
use crate::bip32::{
ChildNumber, Depth, Error, ExtendedKey, ExtendedKeyAttrs, ExtendedPublicKey, HmacSha512, KeyFingerprint, Prefix, PrivateKey, PublicKey, Result, XpubEd25519, XpubSecp256k1, KEY_SIZE
ChildNumber, Depth, Error, ExtendedKey, ExtendedKeyAttrs, ExtendedPublicKey, HmacSha512,
KeyFingerprint, Prefix, PrivateKey, PublicKey, Result, KEY_SIZE,
};
use core::{
fmt::{self, Debug},
Expand Down Expand Up @@ -249,4 +250,4 @@ where
Err(Error::Crypto)
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ where
Err(Error::Crypto)
}
}
}
}

0 comments on commit 85a69f7

Please sign in to comment.