Skip to content

Commit c3b7f8b

Browse files
committed
Correction.
1 parent 02b0aff commit c3b7f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-views/src/backends/rocks_db.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub enum RocksDbSpawnMode {
6262

6363
/// The inner client
6464
#[derive(Clone)]
65-
struct RocksDbStoreInternal {
65+
pub struct RocksDbStoreInternal {
6666
executor: RocksDbStoreExecutor,
6767
_path_with_guard: PathWithGuard,
6868
max_stream_queries: usize,

0 commit comments

Comments
 (0)