Apply clippy::semicolon_if_nothing_returned

This commit is contained in:
Luracasmus 2025-11-22 19:54:32 +01:00 committed by Alejandro González
parent b778b45a1e
commit 5424bbf86a
No known key found for this signature in database

View file

@ -123,7 +123,7 @@ impl PngData {
}); });
} }
b"acTL" => { b"acTL" => {
warn!("Stripping animation data from APNG - image will become standard PNG") warn!("Stripping animation data from APNG - image will become standard PNG");
} }
_ => (), _ => (),
} }