mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fmt fix
This commit is contained in:
parent
980776b646
commit
6766712840
1 changed files with 3 additions and 3 deletions
|
@ -263,9 +263,9 @@ async fn document_addition(
|
|||
};
|
||||
}
|
||||
|
||||
if let Err(e) = buffer.flush().await {
|
||||
error!("bufWriter flush error: {}", e);
|
||||
return Err(MeilisearchHttpError::Payload(ReceivePayloadErr));
|
||||
if let Err(e) = buffer.flush().await {
|
||||
error!("bufWriter flush error: {}", e);
|
||||
return Err(MeilisearchHttpError::Payload(ReceivePayloadErr));
|
||||
};
|
||||
|
||||
if buffer_write_size == 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue