summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-23 21:14:05 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-23 21:14:05 -0400
commitf09e0b8cfb86fcb217f4793f8d11a0f99a6877c8 (patch)
tree360d8925e62af2b13c80efe8ae2363c3aa60c555 /src/main.rs
parentaf8ee55b59b12201a4196cbd543238900b5c5dde (diff)
cargo fmt
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e49bae1..75985e5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,8 +2,8 @@ mod commands;
mod config;
mod context;
mod error;
-mod history;
mod fs;
+mod history;
mod preview;
mod run;
mod sort;