summaryrefslogtreecommitdiffstats
path: root/src/commands
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2021-01-05 21:17:26 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2021-01-05 21:17:26 -0500
commitf07eee4abb6fec4cb57b535143720763c9e0848b (patch)
treeeb8d250dbece3446175e07f504787604d169c157 /src/commands
parent20944f0d9d04c02b7583abc852c6c7ae005c5fd2 (diff)
cargo fmt
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/key_command.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/key_command.rs b/src/commands/key_command.rs
index ff496cc..3bdb57d 100644
--- a/src/commands/key_command.rs
+++ b/src/commands/key_command.rs
@@ -33,7 +33,6 @@ pub enum KeyCommand {
// ChildCursorMoveUp(usize),
// ChildCursorMoveDown(usize),
-
DeleteFiles,
NewDirectory(path::PathBuf),
OpenFile,