Skip to content

Commit

Permalink
Update src/storage/manager.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Jan 24, 2023
1 parent 3a1dae0 commit 2bb1d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub(crate) enum ManagerStorage {
/// RocksDB storage.
#[cfg(feature = "rocksdb")]
Rocksdb,
/// Storage backed by a Map in memory, for testing
/// Storage backed by a Map in memory.
Memory,
}

Expand Down

0 comments on commit 2bb1d16

Please sign in to comment.