1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 11:46:50 +00:00

refactor: replace wildcard match with Ordering::Equal

This commit is contained in:
Paul-Christian Volkmer 2024-12-14 14:02:53 +01:00
parent bf90738dc6
commit cd58cdba93

View File

@ -368,7 +368,7 @@ impl OnkostarEditor {
);
has_diff = true;
}
_ => {
Ordering::Equal => {
if strict && entry_a.get_hash() != entry_b.get_hash() {
println!(
"{}: {} (z.B. GUID oder Reihenfolge von Unterelementen)",