File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/app/docs/examples/gossip-chat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ Then implement message reception. We are going to use a separate `subscribe_loop
270270``` rust
271271// at the top of the file add these imports:
272272use std :: collections :: HashMap ;
273- use iroh_gossip :: api :: {GossipReceiver ,Event };
273+ use iroh_gossip :: api :: {GossipReceiver , Event };
274274use futures_lite :: StreamExt ;
275275
276276...
@@ -325,7 +325,7 @@ use futures_lite::StreamExt;
325325use iroh :: protocol :: Router ;
326326use iroh :: {Endpoint , EndpointId };
327327use iroh_gossip :: {
328- api :: {GossipReceiver ,Event },
328+ api :: {GossipReceiver , Event },
329329 net :: Gossip ,
330330 proto :: TopicId ,
331331};
@@ -536,7 +536,7 @@ use clap::Parser;
536536use futures_lite :: StreamExt ;
537537use iroh :: {protocol :: Router , Endpoint , EndpointAddr , EndpointId };
538538use iroh_gossip :: {
539- api :: {GossipReceiver ,Event },
539+ api :: {GossipReceiver , Event },
540540 net :: Gossip ,
541541 proto :: TopicId ,
542542};
You can’t perform that action at this time.
0 commit comments