Skip to content

Commit

Permalink
re-fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkChou committed Jul 26, 2024
1 parent 10e3d40 commit 47cf6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 47cf6a9

Please sign in to comment.