Skip to content

Commit 9f25adc

Browse files
deploy: 440ea6f
1 parent 883e964 commit 9f25adc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pr/5/docs/src/iroh_blobs/downloader.rs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,9 +2310,9 @@
23102310
<span class="kw">if let </span><span class="prelude-val">Some</span>(sender) = handlers.on_progress {
23112311
<span class="self">self</span>.progress_tracker.unsubscribe(<span class="kw-2">&amp;</span>kind, <span class="kw-2">&amp;</span>sender);
23122312
sender
2313-
.send(DownloadProgress::Abort(
2314-
serde_error::Error::new(<span class="kw-2">&amp;*</span>anyhow::Error::from(DownloadError::Cancelled)),
2315-
))
2313+
.send(DownloadProgress::Abort(serde_error::Error::new(
2314+
<span class="kw-2">&amp;*</span>anyhow::Error::from(DownloadError::Cancelled),
2315+
)))
23162316
.<span class="kw">await
23172317
</span>.ok();
23182318
}

0 commit comments

Comments
 (0)