Skip to content

Commit c790915

Browse files
committed
fix spaces
1 parent 6a16fd3 commit c790915

File tree

1 file changed

+3
-3
lines changed
  • src/app/docs/examples/gossip-chat

1 file changed

+3
-3
lines changed

src/app/docs/examples/gossip-chat/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
272272
use std::collections::HashMap;
273-
use iroh_gossip::api::{GossipReceiver,Event};
273+
use iroh_gossip::api::{GossipReceiver, Event};
274274
use futures_lite::StreamExt;
275275

276276
...
@@ -325,7 +325,7 @@ use futures_lite::StreamExt;
325325
use iroh::protocol::Router;
326326
use iroh::{Endpoint, EndpointId};
327327
use iroh_gossip::{
328-
api::{GossipReceiver,Event},
328+
api::{GossipReceiver, Event},
329329
net::Gossip,
330330
proto::TopicId,
331331
};
@@ -536,7 +536,7 @@ use clap::Parser;
536536
use futures_lite::StreamExt;
537537
use iroh::{protocol::Router, Endpoint, EndpointAddr, EndpointId};
538538
use iroh_gossip::{
539-
api::{GossipReceiver,Event},
539+
api::{GossipReceiver, Event},
540540
net::Gossip,
541541
proto::TopicId,
542542
};

0 commit comments

Comments
 (0)