mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +00:00
Remove added newline
This commit is contained in:
parent
1b2fdf7c1e
commit
ea24571c22
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ impl Shell for FilesystemShell {
|
|||
}
|
||||
Ok(o) => o,
|
||||
};
|
||||
|
||||
for entry in entries {
|
||||
let entry = entry?;
|
||||
let filepath = entry.path();
|
||||
|
|
|
|||
Loading…
Reference in a new issue