Skip to content

Commit

Permalink
style lint
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Aug 11, 2024
1 parent bd680c5 commit 8428dbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ fn verify_capture_ability(
}
};

match MmapStream::with_buffers(&dev, v4l::buffer::Type::VideoCapture, buffer_count)
{
match MmapStream::with_buffers(&dev, v4l::buffer::Type::VideoCapture, buffer_count) {
Ok(s) => {
debug!("MmapStream, video capture");
s
Expand Down

0 comments on commit 8428dbe

Please sign in to comment.