Cargo fmt

This commit is contained in:
Sean Bowe 2020-06-29 09:37:44 -06:00
parent 8918eca876
commit e9c065df5b
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -2,12 +2,12 @@ use zcash_primitives::jubjub::{FixedGenerators, JubjubParams};
use super::JUBJUB;
mod ed25519;
mod key_agreement;
mod key_components;
mod mmr;
mod notes;
mod signatures;
mod ed25519;
#[test]
fn sapling_generators() {