FORMAT PLZ
This commit is contained in:
parent
aaacf4c336
commit
fe16db6a2f
|
@ -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(),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user