mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 23:55:09 +01:00
chore: update cnf format
This commit is contained in:
parent
328f6a4978
commit
b186394e18
3 changed files with 15 additions and 14 deletions
|
|
@ -149,7 +149,7 @@ pub fn get_packages(
|
|||
let packages = result
|
||||
.lines()
|
||||
.skip(1)
|
||||
.map(|line| line.to_string())
|
||||
.map(|line| line.trim().to_string())
|
||||
.collect();
|
||||
return Some(packages);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue