Skip to content

Commit

Permalink
rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Oct 23, 2020
1 parent 61596a6 commit 1c07cfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/onefetch/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,11 @@ impl Cli {
None
};

let image_colors: usize = matches.value_of("color-resolution").unwrap().parse().unwrap();
let image_colors: usize = matches
.value_of("color-resolution")
.unwrap()
.parse()
.unwrap();

let path = String::from(matches.value_of("input").unwrap());

Expand Down

0 comments on commit 1c07cfb

Please sign in to comment.