We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a04ff4 commit b0a99ecCopy full SHA for b0a99ec
src/app/docs/concepts/router/page.mdx
@@ -22,7 +22,7 @@ async fn main() -> Result<()> {
22
let store = MemStore::new();
23
24
// Then we initialize a struct that can accept blobs requests over iroh connections
25
- let blobs = BlobsProtocol::new(&store,None);
+ let blobs = BlobsProtocol::new(&store, None);
26
27
// Build our router and add the blobs protocol,
28
// identified by its ALPN. Spawn the router to start listening.
0 commit comments