Make cargo fmt happy

This commit is contained in:
Kerollmops 2025-01-30 11:09:54 +01:00
parent 71bb24f17e
commit 62ced0e3f1
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -443,7 +443,7 @@ fn compact_index(db_path: PathBuf, index_name: &str) -> anyhow::Result<()> {
drop(new_file);
println!("Everything's done 🎉");
return Ok(())
return Ok(());
}
bail!("Target index {index_name} not found!")