Skip to content

Commit 556b3d6

Browse files
committed
deploy: 6fd9571
1 parent 29674be commit 556b3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr/79/docs/src/iroh_blobs/cli.rs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@
17791779
} => {
17801780
print(level, entry, message);
17811781
}
1782-
ConsistencyCheckProgress::Done { .. } => {
1782+
ConsistencyCheckProgress::Done => {
17831783
<span class="macro">eprintln!</span>(<span class="string">"Consistency check done"</span>);
17841784
}
17851785
ConsistencyCheckProgress::Abort(error) =&gt; {

0 commit comments

Comments
 (0)