Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
Didn't have auto-formatting on, this commit should fix that.
  • Loading branch information
jpburnett committed Apr 4, 2024
1 parent f314959 commit 99cfd87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/native_image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ fn rgba32() -> Result<()> {

#[test]
fn test_image_type_strum() {

// Test iterating over the ImageType enum
let mut image_iter = ImageType::iter();
assert_eq!(Some(ImageType::I1), image_iter.next());
Expand Down

0 comments on commit 99cfd87

Please sign in to comment.