run cargo fmt

This commit is contained in:
Alex Stokes
2019-01-10 14:57:34 -06:00
parent 67a153bf4f
commit a2b23d6ae2
11 changed files with 72 additions and 44 deletions

View File

@@ -19,8 +19,8 @@ pub use self::bls_aggregates::AggregatePublicKey;
pub const BLS_AGG_SIG_BYTE_SIZE: usize = 97;
use hashing::canonical_hash;
use std::default::Default;
use ssz::ssz_encode;
use std::default::Default;
fn extend_if_needed(hash: &mut Vec<u8>) {
// NOTE: bls_aggregates crate demands 48 bytes, this may be removed as we get closer to production