Browse Source

cargo fmt.

Luther Blissett 3 years ago
parent
commit
63e28ca1b5
1 changed files with 2 additions and 5 deletions
  1. 2 5
      src/stakeholder/mod.rs

+ 2 - 5
src/stakeholder/mod.rs

@@ -13,9 +13,9 @@ use incrementalmerkletree::{bridgetree::BridgeTree, Tree};
 use crate::{
 use crate::{
     blockchain::{Blockchain, Epoch, EpochConsensus},
     blockchain::{Blockchain, Epoch, EpochConsensus},
     consensus::{
     consensus::{
+        clock::{Clock, Ticks},
         Block, BlockInfo, Header, OuroborosMetadata, StakeholderMetadata, StreamletMetadata,
         Block, BlockInfo, Header, OuroborosMetadata, StakeholderMetadata, StreamletMetadata,
         TransactionLeadProof,
         TransactionLeadProof,
-        clock::{Clock, Ticks},
     },
     },
     crypto::{
     crypto::{
         address::Address,
         address::Address,
@@ -37,10 +37,7 @@ use crate::{
         },
         },
         Transaction,
         Transaction,
     },
     },
-    util::{
-        path::expand_path,
-        time::Timestamp,
-    },
+    util::{path::expand_path, time::Timestamp},
     Result,
     Result,
 };
 };