Skip to content

Commit 03c9fe4

Browse files
committed
deploy: f480ef4
1 parent ffa5930 commit 03c9fe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pr/91/docs/iroh_blobs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ <h3 id="getting-started"><a class="doc-anchor" href="#getting-started">§</a>Get
4747
<span class="comment">// build the router
4848
</span><span class="kw">let </span>router = Router::builder(endpoint)
4949
.accept(iroh_blobs::ALPN, blobs.clone())
50-
.spawn()
51-
.<span class="kw">await</span><span class="question-mark">?</span>;
50+
.spawn();
5251

5352
<span class="comment">// do fun stuff with the blobs protocol!
5453
</span>router.shutdown().<span class="kw">await</span><span class="question-mark">?</span>;

0 commit comments

Comments
 (0)