Skip to content

Commit

Permalink
Address clippy suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Oct 4, 2024
1 parent 3434473 commit 2003a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl Cli {
let left_image = self
.matches
.free
.get(0)
.first()
.with_context(|| format!("the {} argument is missing", "LEFT".magenta()).red())?;

let right_image = self
Expand Down

0 comments on commit 2003a7f

Please sign in to comment.