Skip to content

Commit c9364d1

Browse files
Remove rustfmt::skip
1 parent 8c5d7ea commit c9364d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/issuance/auth.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ use secp256k1::{schnorr, Keypair, Message, Secp256k1, SecretKey, XOnlyPublicKey}
3030

3131
use crate::issuance::Error;
3232

33-
// Preserve '::' which specifies the EXTERNAL 'zip32' crate
34-
#[rustfmt::skip]
35-
pub use ::zip32::{AccountId, ChildIndex, DiversifierIndex, Scope, hardened_only, hardened_only::HardenedOnlyKey};
33+
pub use ::zip32::{
34+
hardened_only, hardened_only::HardenedOnlyKey, AccountId, ChildIndex, DiversifierIndex, Scope,
35+
};
3636
use zcash_spec::{PrfExpand, VariableLengthSlice};
3737

3838
const ZIP32_PURPOSE_FOR_ISSUANCE: u32 = 227;

0 commit comments

Comments
 (0)