mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fmt fix
This commit is contained in:
parent
2841b09789
commit
cb1d184904
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ async fn document_addition(
|
|||
return Err(MeilisearchHttpError::Payload(ReceivePayloadErr(Box::new(e))));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
let mut buffer = match File::create(&temp_file.as_ref()).await {
|
||||
Ok(buffer) => buffer,
|
||||
Err(e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue