Skip to content

Commit b0a99ec

Browse files
Update src/app/docs/concepts/router/page.mdx
Co-authored-by: Philipp Krüger <[email protected]>
1 parent 7a04ff4 commit b0a99ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/docs/concepts/router/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async fn main() -> Result<()> {
2222
let store = MemStore::new();
2323

2424
// Then we initialize a struct that can accept blobs requests over iroh connections
25-
let blobs = BlobsProtocol::new(&store,None);
25+
let blobs = BlobsProtocol::new(&store, None);
2626

2727
// Build our router and add the blobs protocol,
2828
// identified by its ALPN. Spawn the router to start listening.

0 commit comments

Comments
 (0)