draoi пре 2 година
родитељ
комит
7870d006d2
1 измењених фајлова са 1 додато и 1 уклоњено
  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);