mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
fmt fix
This commit is contained in:
parent
2841b09789
commit
cb1d184904
@ -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…
Reference in New Issue
Block a user