style: rustfmt search.rs

This commit is contained in:
lucaronin
2026-03-05 21:20:32 +01:00
parent 3306d5ff3d
commit a2f58e1b2d

View File

@@ -124,8 +124,7 @@ pub fn search_vault(
) -> Result<SearchResponse, String> {
let start = Instant::now();
let qmd = indexing::find_qmd_binary()
.ok_or_else(|| "qmd binary not found".to_string())?;
let qmd = indexing::find_qmd_binary().ok_or_else(|| "qmd binary not found".to_string())?;
let collection = detect_collection_name(vault_path);