This commit is contained in:
nora 2022-12-19 14:05:19 +01:00
parent 92826697a3
commit 106be93473
No known key found for this signature in database

View file

@ -167,7 +167,7 @@ impl Minimizer {
}
}
ProcessState::NoChange => {
println!("{file_display}: After {}: no change", pass.name());
println!("{file_display}: After {}: no changes", pass.name());
checker.no_change();
}
}