Fix whitespace issues when using paths-file.
This commit is contained in:
parent
d05c665863
commit
d0559ca43f
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ fn collect_paths<'a>(
|
|||
return Ok(fs::read_to_string(paths_file)
|
||||
.with_context(|| format!("Failed to read paths file {}", paths_file))?
|
||||
.trim()
|
||||
.split_ascii_whitespace()
|
||||
.lines()
|
||||
.map(String::from)
|
||||
.collect::<Vec<_>>());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue