From e35e2abe6bf3f897a4e99457e9d26580bd45fb17 Mon Sep 17 00:00:00 2001 From: Jonathan Behrens Date: Thu, 31 Oct 2024 20:14:35 -0700 Subject: [PATCH] Formatting --- tests/decode_images.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/decode_images.rs b/tests/decode_images.rs index 8c26de7..f20c605 100644 --- a/tests/decode_images.rs +++ b/tests/decode_images.rs @@ -221,7 +221,6 @@ fn test_tiled_gray_i1() { test_image_sum_u8("tiled-gray-i1.tif", ColorType::Gray(1), 64668); } - #[test] fn test_tiled_rgb_u8() { test_image_sum_u8("tiled-rgb-u8.tif", ColorType::RGB(8), 39528948);