Skip to content

Commit

Permalink
Improved test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gifted-s committed Mar 14, 2024
1 parent f8f8c2e commit 0aeef6f
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 84 deletions.
2 changes: 1 addition & 1 deletion src/sparse_index/sparse_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use tokio::{
};

use crate::{
consts::{EOF, SIZE_OF_U32, SIZE_OF_U64, SIZE_OF_U8},
consts::{EOF, SIZE_OF_U32},
err::StorageEngineError,
};
use StorageEngineError::*;
Expand Down
Loading

0 comments on commit 0aeef6f

Please sign in to comment.