forked from extern/nushell
Remove added newline
This commit is contained in:
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user