Skip to content

Commit

Permalink
Correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik committed Oct 27, 2024
1 parent dd6f69a commit 0b96d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-views/src/backends/rocks_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub enum RocksDbSpawnMode {

/// The inner client
#[derive(Clone)]
struct RocksDbStoreInternal {
pub struct RocksDbStoreInternal {
executor: RocksDbStoreExecutor,
_path_with_guard: PathWithGuard,
max_stream_queries: usize,
Expand Down

0 comments on commit 0b96d06

Please sign in to comment.