Skip to content

Commit

Permalink
Fix cargofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bltavares committed May 18, 2020
1 parent 2a6563b commit bac9ba4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/crypto/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ mod key_pair;
mod merkle;

pub use self::hash::Hash;
pub use self::key_pair::{generate as generate_keypair, sign, verify, PublicKey, SecretKey, Signature};
pub use self::key_pair::{
generate as generate_keypair, sign, verify, PublicKey, SecretKey, Signature,
};
pub use self::merkle::Merkle;

0 comments on commit bac9ba4

Please sign in to comment.