From 69ab5b3b0aa113883937cab3b6ea94ac4f8cb693 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Wed, 22 May 2024 12:10:00 +0200 Subject: [PATCH] add semicolon --- src/img_processor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/img_processor.rs b/src/img_processor.rs index ba77751..d1d6776 100644 --- a/src/img_processor.rs +++ b/src/img_processor.rs @@ -75,7 +75,7 @@ impl Processor { *px = Rgb::from(Into::<[f32; 3]>::into( color_matrix * Vector4::new(r, g, b, 1.0), )); - }) + }); } (true, false) => { working_img