Skip to content

Commit c841558

Browse files
committed
chore: remove panic
Signed-off-by: chohee <[email protected]>
1 parent cdf4daf commit c841558

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Cargo.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dragonfly-client/src/grpc/dfdaemon_download.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,8 +1105,6 @@ impl DfdaemonDownload for DfdaemonDownloadServerHandler {
11051105
handle_error(&out_stream_tx, err).await;
11061106
return;
11071107
}
1108-
} else {
1109-
panic!("should not reach here")
11101108
}
11111109

11121110
// TODO: need to be decrypt first when calculate the digest of a encrypted file

0 commit comments

Comments
 (0)