mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Remove added newline
This commit is contained in:
parent
1b2fdf7c1e
commit
ea24571c22
@ -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 New Issue
Block a user