Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanz committed Dec 13, 2023
1 parent 76b2876 commit 3f92ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/itf/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use itf::de::{As, Integer, Same};
use serde::Deserialize;
use std::collections::HashMap;

use crate::types::{Address, Height, Round, Timeout, Value, Proposal, Vote, NonNilValue, Step};
use crate::deserializers as de;
use crate::types::{Address, Height, NonNilValue, Proposal, Round, Step, Timeout, Value, Vote};

#[derive(Clone, Debug, Deserialize)]
pub struct State {
Expand Down
2 changes: 1 addition & 1 deletion Code/itf/tests/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use glob::glob;
use rand::rngs::StdRng;
use rand::SeedableRng;

use malachite_itf::utils::generate_traces;
use malachite_itf::consensus::State;
use malachite_itf::utils::generate_traces;
use malachite_test::{Address, PrivateKey};

use runner::ConsensusRunner;
Expand Down

0 comments on commit 3f92ddc

Please sign in to comment.