mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-02-04 09:33:27 +01:00
Make cargo fmt happy
This commit is contained in:
parent
71bb24f17e
commit
62ced0e3f1
@ -443,7 +443,7 @@ fn compact_index(db_path: PathBuf, index_name: &str) -> anyhow::Result<()> {
|
|||||||
drop(new_file);
|
drop(new_file);
|
||||||
|
|
||||||
println!("Everything's done 🎉");
|
println!("Everything's done 🎉");
|
||||||
return Ok(())
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
bail!("Target index {index_name} not found!")
|
bail!("Target index {index_name} not found!")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user