clippy fix

This commit is contained in:
Ben Brandt 2025-08-07 16:59:54 +02:00
parent bf5c097732
commit 342247f60f
No known key found for this signature in database
GPG key ID: D4618C5D3B500571

View file

@ -89,7 +89,7 @@ impl AgentTool for FindPathTool {
} else if paginated_matches.len() == 1 {
"1 match".into()
} else {
format!("{} matches", paginated_matches.len()).into()
format!("{} matches", paginated_matches.len())
}),
content: Some(
paginated_matches