Skip to content

Commit

Permalink
remove result wrapping
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Oct 23, 2024
1 parent 959dcb8 commit 14f9475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/archiver/file_archiver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ impl<'a, BE: DecryptWriteBackend, I: ReadGlobalIndex> FileArchiver<'a, BE, I> {
///
/// If the channel could not be dropped
pub(crate) fn finalize(self) -> RusticResult<PackerStats> {
Ok(self.data_packer.finalize()?)
self.data_packer.finalize()
}
}

0 comments on commit 14f9475

Please sign in to comment.