Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Kristofer Rye <[email protected]>
  • Loading branch information
rye committed Jan 31, 2021
1 parent b0ebb7e commit de44f83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ use sked::pdf::Pdf;

fn main() {
#[cfg(feature = "simple_logger")]
SimpleLogger::new().init().expect("couldn't init simple_logger");
SimpleLogger::new()
.init()
.expect("couldn't init simple_logger");

let file = env::args().nth(1).unwrap();
println!("Loading from {}...", file);
Expand Down

0 comments on commit de44f83

Please sign in to comment.