Skip to content

Commit

Permalink
fix(cli): fixed clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Mar 20, 2024
1 parent 9ba03bc commit 8b5d230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn main() {

pipeline.add_operation(Box::new(AutoOrient));

operations(&matches, &img)
operations(matches, &img)
.into_iter()
.for_each(|(_, operations)| match operations.name() {
"fast resize" => {
Expand Down

0 comments on commit 8b5d230

Please sign in to comment.