mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-13 06:50:09 +01:00
feat: allow using line continuations in templates
This commit is contained in:
parent
a193a86a5f
commit
498a134da3
4 changed files with 8 additions and 11 deletions
|
|
@ -42,7 +42,7 @@ pub fn get_best_match_file(input: &str) -> Option<String> {
|
|||
.map(|file| {
|
||||
let file = file.unwrap();
|
||||
|
||||
file.file_name().into_string().unwrap().replace(" ", "\\ ")
|
||||
file.file_name().into_string().unwrap().replace(' ', "\\ ")
|
||||
})
|
||||
.collect::<Vec<String>>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue