From ba517630c8cb414b9c889fb767297106085c27f4 Mon Sep 17 00:00:00 2001 From: Radzivon Bartoshyk Date: Fri, 1 Nov 2024 22:53:16 +0000 Subject: [PATCH] Rustfmt --- src/codecs/avif/decoder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codecs/avif/decoder.rs b/src/codecs/avif/decoder.rs index 141f6dbf96..f64acd8478 100644 --- a/src/codecs/avif/decoder.rs +++ b/src/codecs/avif/decoder.rs @@ -443,7 +443,7 @@ impl AvifDecoder { // or at least I can't find guarantees on that // so if it is happened, instead casting we'll need to reshape it into a target slice // required criteria: bytemuck allows this align of this data, and stride must be dividable by 2 - + let y_plane_view = transmute_y_plane16( &y_dav1d_plane, self.picture.stride(PlanarImageComponent::Y) as usize,