summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-05-31 16:20:27 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-05-31 16:20:27 -0400
commit281249d5d78a88681f24182d34065cad565d5d82 (patch)
tree7de1a55cea58074b22c5175a6c85d3cce79f212e /src/main.rs
parentf741728044c6e4f06481b74821f125553a92dd8d (diff)
cargo fmt
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5d6435f..edfa4ee 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -18,7 +18,8 @@ use std::path::PathBuf;
use structopt::StructOpt;
use config::{
- ConfigStructure, JoshutoConfig, JoshutoCommandMapping, JoshutoKeyMapping, JoshutoMimetype, JoshutoPreview, JoshutoTheme,
+ ConfigStructure, JoshutoCommandMapping, JoshutoConfig, JoshutoKeyMapping, JoshutoMimetype,
+ JoshutoPreview, JoshutoTheme,
};
use run::run;