Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 4, 2024
1 parent 7f61ce2 commit 429fa6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions crates/tabby-common/src/index/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,10 @@ impl IndexSchema {
// Must has the failed_chunks_count field
(
Occur::Must,
Box::new(ExistsQuery::new_exists_query(
format!("{}.{}", FIELD_ATTRIBUTES, field),
)),
Box::new(ExistsQuery::new_exists_query(format!(
"{}.{}",
FIELD_ATTRIBUTES, field
))),
),
])
}
Expand Down
1 change: 0 additions & 1 deletion crates/tabby-index/src/indexer_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ mod structured_doc_tests {

let updated_at = chrono::Utc::now();
let res = tokio::runtime::Runtime::new().unwrap().block_on(async {

indexer
.sync(
StructuredDocState {
Expand Down

0 comments on commit 429fa6c

Please sign in to comment.