mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 14:28:58 +02:00
run rustfmt
This commit is contained in:
@ -207,8 +207,7 @@ impl Shell for FilesystemShell {
|
||||
|
||||
let mut stream = VecDeque::new();
|
||||
|
||||
stream.push_back(
|
||||
ReturnSuccess::change_cwd(
|
||||
stream.push_back(ReturnSuccess::change_cwd(
|
||||
path.to_string_lossy().to_string(),
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user