mirror of
https://github.com/nushell/nushell.git
synced 2025-01-12 09:18:56 +01:00
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