This commit is contained in:
2023-06-07 00:59:03 +02:00
parent 8f8f092737
commit e29c772e6e

View File

@@ -129,11 +129,13 @@ where
};
if !has_any_spliced {
return format_result
let items_string = format_result
.into_iter()
.map(|item| item.result)
.collect::<Vec<String>>()
.join(separator);
return format!("{title}{items_string}");
}
let mut free_symbols: usize = format_result