mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 04:44:26 +01:00
makes clippy happy
This commit is contained in:
parent
21a2264782
commit
71807cac6d
@ -73,7 +73,7 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
|
|||||||
));
|
));
|
||||||
snap.push_str(&snapshot_bitmap(&processing.processing));
|
snap.push_str(&snapshot_bitmap(&processing.processing));
|
||||||
if let Some(ref batch) = processing.batch {
|
if let Some(ref batch) = processing.batch {
|
||||||
snap.push_str("\n");
|
snap.push('\n');
|
||||||
snap.push_str(&snapshot_batch(&batch.to_batch()));
|
snap.push_str(&snapshot_batch(&batch.to_batch()));
|
||||||
}
|
}
|
||||||
snap.push_str("\n----------------------------------------------------------------------\n");
|
snap.push_str("\n----------------------------------------------------------------------\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user