Skip to content

Commit

Permalink
Revert change to meta_page.rs
Browse files Browse the repository at this point in the history
Signed-off-by: tjgreen42 <[email protected]>
  • Loading branch information
tjgreen42 authored Nov 7, 2024
1 parent 14e8b97 commit 95757b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pgvectorscale/src/access_method/meta_page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ impl MetaPage {

pub fn get_quantizer_metadata_pointer(&self) -> Option<IndexPointer> {
if !self.quantizer_metadata.is_valid() {
{}
return None;
}

Expand Down

0 comments on commit 95757b2

Please sign in to comment.