Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicheng Pan committed Jan 25, 2025
1 parent 44b6edf commit 4f4743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idl/chromadb/proto/query_executor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message UserIds {
// `WhereDocument` clauses, where each node is exactly one of:
// - A leaf node representing a `$contains` or `$not_contains` query directly.
// - An branch node with a list of children and a way to combine them (AND or OR).
// TODO: This should be deprecated after merged with `Where`
// TODO: This should be deprecated after merged with `Where`
message WhereDocument {
oneof where_document {
DirectWhereDocument direct = 1;
Expand Down

0 comments on commit 4f4743f

Please sign in to comment.