Skip to content

Commit 49e0c69

Browse files
Anonymous-AAAb5
andauthored
Update src/app/docs/tour/5-routers/page.mdx
Co-authored-by: Brendan O'Brien <[email protected]>
1 parent 891a5f3 commit 49e0c69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/docs/tour/5-routers/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ use iroh_gossip::Gossip;
2020
#[tokio::main]
2121
async fn main() -> anyhow::Result<()> {
2222
let endpoint= Endpoint::bind().await?;
23-
let store=MemStore::new();
24-
let blobs=BlobsProtocol::new(&store,None);
23+
let store = MemStore::new();
24+
let blobs = BlobsProtocol::new(&store,None);
2525

26-
let gossip=Gossip::builder().spawn(endpoint.clone());
26+
let gossip = Gossip::builder().spawn(endpoint.clone());
2727

2828

2929
//build the router

0 commit comments

Comments
 (0)