Skip to content

Commit

Permalink
Run cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed Dec 12, 2024
1 parent 5bc067b commit 5c0aa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-vectors/src/bip32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mod base58_check {

pub fn deserialize<'de, D>(deserializer: D) -> Result<Vec<u8>, D::Error>
where
D: Deserializer<'de>
D: Deserializer<'de>,
{
struct Base58Visitor;
impl<'de> Visitor<'de> for Base58Visitor {
Expand Down

0 comments on commit 5c0aa8d

Please sign in to comment.