From 47cf6a923de21753a69bbe614ab269e51258a219 Mon Sep 17 00:00:00 2001 From: LinkChou Date: Fri, 26 Jul 2024 16:55:54 +0800 Subject: [PATCH] re-fix lint --- src/test_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_utils.rs b/src/test_utils.rs index 93e1fb2..1defa42 100644 --- a/src/test_utils.rs +++ b/src/test_utils.rs @@ -51,5 +51,5 @@ pub(crate) fn create_test_image_animated( frames.push(Frame::new(channels)) }); - Image::new_frames(frames, BitDepth::Eight, width, height, colorspace) + Image::new_frames(frames, BitDepth::Eight, width, height, colorspace) }