From 6aff1bd481549baabf2b6f9b8a11d624c4e99788 Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Fri, 3 May 2024 00:09:57 +0200 Subject: [PATCH] chore: fmt --- iroh-net/src/discovery.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/iroh-net/src/discovery.rs b/iroh-net/src/discovery.rs index e204e86df0..10ddd407f6 100644 --- a/iroh-net/src/discovery.rs +++ b/iroh-net/src/discovery.rs @@ -664,9 +664,7 @@ mod test_dns_pkarr { .await?; // wait until our shared state received the update from pkarr publishing - dns_pkarr_server - .on_node(&ep1.node_id(), timeout) - .await?; + dns_pkarr_server.on_node(&ep1.node_id(), timeout).await?; // we connect only by node id! let res = ep2.connect(ep1.node_id().into(), TEST_ALPN).await;