Skip to content

Commit 4c65fb5

Browse files
committed
fmt
1 parent 0291ad7 commit 4c65fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iroh-share/src/p2p_node.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl P2pNode {
137137
// "/dnsaddr/bootstrap.libp2p.io/p2p/QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb",
138138
// "/dnsaddr/bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt",
139139
// "/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ", // mars.i.ipfs.io
140-
"/ip4/10.0.0.6/tcp/4001/p2p/12D3KooWDWRNoUoZn3h9TkEWnTW3sd4hvixyofH5NkjwLEzbWf7V"
140+
"/ip4/10.0.0.6/tcp/4001/p2p/12D3KooWDWRNoUoZn3h9TkEWnTW3sd4hvixyofH5NkjwLEzbWf7V",
141141
];
142142
bootstrap_list
143143
.iter()

iroh-share/src/receiver.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ impl Transfer {
208208
self.gossip_task.await?;
209209
self.gossip_task_source.await?;
210210
self.p2p.close().await?;
211-
211+
212212
Ok(())
213213
}
214214
}

0 commit comments

Comments
 (0)