summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-05-05 20:45:04 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-05-05 20:45:04 -0400
commitebf8e5c674322a0fe85339e57b0f6a80e51087d3 (patch)
tree0c061ac6554f4f0a19c867a74d1fdfc975377711 /src/main.rs
parent4c194de5c7e940e1eaf71c0fb4b455ba6547c880 (diff)
cargo fmt
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 6afe6b3..b4df990 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -17,7 +17,9 @@ use lazy_static::lazy_static;
use std::path::PathBuf;
use structopt::StructOpt;
-use config::{ConfigStructure, JoshutoConfig, JoshutoKeymap, JoshutoMimetype, JoshutoPreview, JoshutoTheme};
+use config::{
+ ConfigStructure, JoshutoConfig, JoshutoKeymap, JoshutoMimetype, JoshutoPreview, JoshutoTheme,
+};
use run::run;
const PROGRAM_NAME: &str = "joshuto";