From 9c0bd838f3169a29e8669eb435da986611986718 Mon Sep 17 00:00:00 2001 From: LuckyTurtleDev Date: Sun, 6 Aug 2023 12:38:47 +0200 Subject: [PATCH] fmt --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4dd9e4e9..17dae174 100644 --- a/src/main.rs +++ b/src/main.rs @@ -328,7 +328,6 @@ Heuristic filter selection strategies: ); let success = files.into_par_iter().filter(|(input, output)| { - match oxipng::optimize(input, output, &opts) { // For optimizing single files, this will return the correct exit code always. // For recursive optimization, the correct choice is a bit subjective.