add semicolon

This commit is contained in:
Schrottkatze 2024-05-22 12:10:00 +02:00
parent 5450144797
commit 69ab5b3b0a
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

@ -75,7 +75,7 @@ impl Processor {
*px = Rgb::from(Into::<[f32; 3]>::into( *px = Rgb::from(Into::<[f32; 3]>::into(
color_matrix * Vector4::new(r, g, b, 1.0), color_matrix * Vector4::new(r, g, b, 1.0),
)); ));
}) });
} }
(true, false) => { (true, false) => {
working_img working_img