Skip to content

Commit 1929b29

Browse files
committed
storage builder
1 parent 501e245 commit 1929b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/snapshot_utils/snapshot_storage_rebuilder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub(crate) struct RebuiltSnapshotStorage {
5050

5151
/// Stores state for rebuilding snapshot storages
5252
#[derive(Debug)]
53-
pub(crate) struct SnapshotStorageRebuilder {
53+
pub struct SnapshotStorageRebuilder {
5454
/// Receiver for unpacked snapshot storage files
5555
file_receiver: Receiver<PathBuf>,
5656
/// Number of threads to rebuild with

0 commit comments

Comments
 (0)