1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 04:46:17 +02:00

Remove added newline

This commit is contained in:
Patrick Meredith
2019-09-06 23:24:29 -04:00
parent 1b2fdf7c1e
commit ea24571c22

@ -125,7 +125,6 @@ impl Shell for FilesystemShell {
} }
Ok(o) => o, Ok(o) => o,
}; };
for entry in entries { for entry in entries {
let entry = entry?; let entry = entry?;
let filepath = entry.path(); let filepath = entry.path();