should be 'trim_end' instead here
This commit is contained in:
parent
3bd7130c24
commit
4a563f6cc9
@ -194,6 +194,6 @@ pub fn parse_value(value: &serde_json::Value) -> String {
|
|||||||
string_vector
|
string_vector
|
||||||
.iter()
|
.iter()
|
||||||
.fold(String::new(), |s, l| s + l + "\n")
|
.fold(String::new(), |s, l| s + l + "\n")
|
||||||
.trim()
|
.trim_end()
|
||||||
.to_string()
|
.to_string()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user