Added indent for readability
This commit is contained in:
parent
37588a9f3d
commit
708f2bcff1
1 changed files with 4 additions and 5 deletions
|
@ -28,14 +28,13 @@ pub mod util;
|
|||
pub use module::bm::BM;
|
||||
|
||||
fn main() {
|
||||
let yaml = load_yaml!("../etc/cli.yml");
|
||||
let app = App::from_yaml(yaml);
|
||||
let config = CliConfig::new(app);
|
||||
let yaml = load_yaml!("../etc/cli.yml");
|
||||
let app = App::from_yaml(yaml);
|
||||
let config = CliConfig::new(app);
|
||||
let configuration = Configuration::new(&config);
|
||||
let logger = ImagLogger::init(&configuration, &config);
|
||||
|
||||
let logger = ImagLogger::init(&configuration, &config);
|
||||
debug!("Logger created!");
|
||||
|
||||
debug!("CliConfig : {:?}", &config);
|
||||
debug!("Configuration: {:?}", &configuration);
|
||||
|
||||
|
|
Loading…
Reference in a new issue