Skip to content

Commit 8ccb300

Browse files
authored
Fix clang format error
1 parent d9f8951 commit 8ccb300

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

faiss/invlists/InvertedLists.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@ struct CappedInvertedLists : InvertedLists {
486486
void release_ids(size_t list_no, const idx_t* ids) const override;
487487

488488
idx_t get_single_id(size_t list_no, size_t offset) const override;
489-
const uint8_t* get_single_code(size_t list_no, size_t offset) const override;
489+
const uint8_t* get_single_code(size_t list_no, size_t offset)
490+
const override;
490491

491492
void prefetch_lists(const idx_t* list_nos, int nlist) const override;
492493

0 commit comments

Comments
 (0)