From ea24571c22d3cc31fbc07b2b7589a9832a321a65 Mon Sep 17 00:00:00 2001 From: Patrick Meredith Date: Fri, 6 Sep 2019 23:24:29 -0400 Subject: [PATCH] Remove added newline --- src/shell/filesystem_shell.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shell/filesystem_shell.rs b/src/shell/filesystem_shell.rs index c2bd9e5b..10ca8648 100644 --- a/src/shell/filesystem_shell.rs +++ b/src/shell/filesystem_shell.rs @@ -125,7 +125,6 @@ impl Shell for FilesystemShell { } Ok(o) => o, }; - for entry in entries { let entry = entry?; let filepath = entry.path();