chore: cleanup

This commit is contained in:
iff 2025-01-06 16:27:11 +01:00
parent 3460d66aac
commit ecdcee5969
4 changed files with 22 additions and 8 deletions

View file

@ -175,7 +175,12 @@ pub fn typo(suggest: &mut String, split_command: &[String], executables: &[Strin
}
}
pub fn exes(suggest: &mut String, split_command: &[String], executables: &[String], exes_list: &mut Vec<String>) {
pub fn exes(
suggest: &mut String,
split_command: &[String],
executables: &[String],
exes_list: &mut Vec<String>,
) {
if suggest.contains("{{exes") {
let (placeholder, args) = eval_placeholder(suggest, "{{exes", "}}");