Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Mingzhuo Yin <[email protected]>
  • Loading branch information
silver-ymz committed Nov 18, 2024
1 parent db77970 commit 6b7bbe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index/insert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pub unsafe extern "C" fn aminsert(
let doc_len = vector_borrow.doc_len();

let mut metapage = page_write(index, METAPAGE_BLKNO);


let meta: &mut MetaPageData = metapage.as_mut();
let current_doc_id = meta.current_doc_id;
Expand Down

0 comments on commit 6b7bbe8

Please sign in to comment.