Skip to content

Commit

Permalink
else in guard?
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Nov 19, 2024
1 parent 0123b24 commit 4039328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlite-vec.c
Original file line number Diff line number Diff line change
Expand Up @@ -5521,9 +5521,9 @@ static int vec0BestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pIdxInfo) {
}
value = VEC0_METADATA_OPERATOR_IN;
sqlite3_vtab_in(pIdxInfo, i, 1);
}
}else
#endif
else {
{
value = VEC0_PARTITION_OPERATOR_EQ;
}
break;
Expand Down

0 comments on commit 4039328

Please sign in to comment.