FORMAT PLZ

This commit is contained in:
Sam Hedin 2020-06-07 09:03:04 +02:00
parent aaacf4c336
commit fe16db6a2f

View File

@ -75,7 +75,10 @@ impl DirectorySpecificEnvironment {
k.clone(),
v.to_str()
.ok_or_else(|| {
Error::new(ErrorKind::Other, format!("{:?} is not valid unicode", v))
Error::new(
ErrorKind::Other,
format!("{:?} is not valid unicode", v),
)
})?
.to_string(),
);