Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
code format
  • Loading branch information
JerryKwan committed Sep 30, 2023
1 parent 5acc705 commit d812fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickwit/quickwit-index-management/src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ impl IndexService {
}
Ok(concatenated_split_infos)
} else {
return Err(IndexServiceError::Metastore(MetastoreError::Internal {
Err(IndexServiceError::Metastore(MetastoreError::Internal {
message: format!(
"errors occurred when deleting indexes: {:?}",
index_id_patterns
Expand All @@ -264,7 +264,7 @@ impl IndexService {
"errors: {:?}\ndeleted indexes: {:?}",
delete_errors, delete_responses
),
}));
}))
}
}
/// Detect all dangling splits and associated files from the index and removes them.
Expand Down

0 comments on commit d812fa0

Please sign in to comment.