Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 21, 2020
1 parent 8983308 commit 7864cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ use crate::{
};
use chain_core::property::Fragment as _;
use chain_impl_mockchain::{
certificate::{VotePlan},
fee::LinearFee,
fragment::Fragment,
vote::Choice,
certificate::VotePlan, fee::LinearFee, fragment::Fragment, vote::Choice,
};
use jormungandr_lib::interfaces::Address;
use jormungandr_lib::{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use jormungandr_lib::{
interfaces::{
try_initials_vec_from_messages, ActiveSlotCoefficient, Bft, Block0Configuration,
BlockchainConfiguration, CommitteeIdDef, GenesisPraos, Initial, InitialUTxO, LegacyUTxO,
NodeConfig, NodeSecret
NodeConfig, NodeSecret,
},
};
use rand_core::{CryptoRng, RngCore};
Expand Down

0 comments on commit 7864cb6

Please sign in to comment.