fmt
This commit is contained in:
parent
738d59f404
commit
9c0bd838f3
1 changed files with 0 additions and 1 deletions
|
|
@ -328,7 +328,6 @@ Heuristic filter selection strategies:
|
||||||
);
|
);
|
||||||
|
|
||||||
let success = files.into_par_iter().filter(|(input, output)| {
|
let success = files.into_par_iter().filter(|(input, output)| {
|
||||||
|
|
||||||
match oxipng::optimize(input, output, &opts) {
|
match oxipng::optimize(input, output, &opts) {
|
||||||
// For optimizing single files, this will return the correct exit code always.
|
// For optimizing single files, this will return the correct exit code always.
|
||||||
// For recursive optimization, the correct choice is a bit subjective.
|
// For recursive optimization, the correct choice is a bit subjective.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue