Remove added newline

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

View File

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