From c69856d51e78c9d833ebac490c9421b6655443d0 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 14 Jan 2025 16:13:57 +0100 Subject: [PATCH] fixup: Reformat camera pipewire example --- src/desktop/camera.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/desktop/camera.rs b/src/desktop/camera.rs index 757ca5f13..2b739fb45 100644 --- a/src/desktop/camera.rs +++ b/src/desktop/camera.rs @@ -17,7 +17,8 @@ //! } //! ``` //! An example on how to connect with Pipewire can be found [here](https://github.com/bilelmoussaoui/ashpd/blob/master/examples/screen_cast_pw.rs). -//! Although the example's primary focus is screen casting, stream connection logic remains the same -- with one accessibility change: +//! Although the example's primary focus is screen casting, stream connection +//! logic remains the same -- with one accessibility change: //! ```rust,ignore //! let stream = pw::stream::Stream::new( //! &core,