Parcourir la source

chore: cargo fmt

draoi il y a 2 ans
Parent
commit
7870d006d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/net/tests.rs

+ 1 - 1
src/net/tests.rs

@@ -311,7 +311,7 @@ async fn p2p_test_real(ex: Arc<Executor<'static>>) {
 
     // ===========================================================
     // 3. Assert that all nodes have shared their external addr
-    //    with the seed node. 
+    //    with the seed node.
     // ===========================================================
     let greylist = seed.hosts().container.fetch_all(HostColor::Grey).await;
     assert!(greylist.len() == N_NODES);