clippy fix
This commit is contained in:
parent
bf5c097732
commit
342247f60f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue