mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Fix rustfmt
This commit is contained in:
parent
bf76d4a43c
commit
1b5d918cb9
@ -273,8 +273,7 @@ impl UpdateStore {
|
|||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
let _update_id = self.next_update_id_raw(wtxn, index_uuid)?;
|
let _update_id = self.next_update_id_raw(wtxn, index_uuid)?;
|
||||||
self.updates
|
self.updates.put(wtxn, &(index_uuid, update.id()), update)?;
|
||||||
.put(wtxn, &(index_uuid, update.id()), update)?;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
Reference in New Issue
Block a user