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

@@ -1,8 +1,8 @@
extern crate bls;
extern crate hashing;
extern crate types;
extern crate spec;
extern crate types;
mod inductor;
pub use crate::inductor::{ValidatorInductionError, process_deposit};
pub use crate::inductor::{process_deposit, ValidatorInductionError};