Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Nov 1, 2024
1 parent 62f6cdd commit e35e2ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/decode_images.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e35e2ab

Please sign in to comment.