run rustfmt

This commit is contained in:
Maximilian Roos
2019-09-11 10:36:50 -04:00
parent f47349c1a0
commit 127381497c
34 changed files with 159 additions and 203 deletions

View File

@ -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(),
));