Skip to content

Commit

Permalink
Merge pull request #245 from SalOne22/style/fix_lint
Browse files Browse the repository at this point in the history
style: fix lint via clippy
  • Loading branch information
SalOne22 committed Jul 26, 2024
2 parents 57d7e4c + 47cf6a9 commit c9e463c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ pub(crate) fn create_test_image_animated(
frames.push(Frame::new(channels))
});

let image = Image::new_frames(frames, BitDepth::Eight, width, height, colorspace);

image
Image::new_frames(frames, BitDepth::Eight, width, height, colorspace)
}

0 comments on commit c9e463c

Please sign in to comment.