Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
src: run carg clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Apr 17, 2022
1 parent 58b80c4 commit 9367e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scrubber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub fn scrub_image_file(
image_path: &std::path::Path,
keep_filename: bool,
) -> Result<(), Box<dyn Error>> {
if !check_can_be_scrubbed(image_path.to_owned()) {
if !check_can_be_scrubbed(image_path) {
info!("> Image not compatible with scrubbing")
}

Expand Down

0 comments on commit 9367e73

Please sign in to comment.