From 8428dbe25ce7b461c71668e805761bc8abb6e216 Mon Sep 17 00:00:00 2001 From: "Scott C. Livingston" Date: Sun, 11 Aug 2024 16:03:36 -0700 Subject: [PATCH] style lint --- src/camera.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/camera.rs b/src/camera.rs index d21f6f0..e0777d2 100644 --- a/src/camera.rs +++ b/src/camera.rs @@ -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