mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Cargo fmt
This commit is contained in:
parent
36c9f05998
commit
e641d08846
3 changed files with 5 additions and 4 deletions
|
@ -113,7 +113,9 @@ pub enum KindDump {
|
|||
IndexUpdate {
|
||||
primary_key: Option<String>,
|
||||
},
|
||||
IndexSwap { swaps: Vec<IndexSwap> },
|
||||
IndexSwap {
|
||||
swaps: Vec<IndexSwap>,
|
||||
},
|
||||
TaskCancelation {
|
||||
query: String,
|
||||
tasks: RoaringBitmap,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue