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

Commit 9367e73

Browse files
committed
src: run carg clippy --fix
1 parent 58b80c4 commit 9367e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scrubber.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub fn scrub_image_file(
1313
image_path: &std::path::Path,
1414
keep_filename: bool,
1515
) -> Result<(), Box<dyn Error>> {
16-
if !check_can_be_scrubbed(image_path.to_owned()) {
16+
if !check_can_be_scrubbed(image_path) {
1717
info!("> Image not compatible with scrubbing")
1818
}
1919

0 commit comments

Comments
 (0)