From d5757980f87f5022dd5c39912e3b1ab250360c9b Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Wed, 17 Jun 2026 07:48:23 +0000 Subject: [PATCH] =?UTF-8?q?style(host):=20rustfmt=20=E2=80=94=20align=20vi?= =?UTF-8?q?deo=5Fcaps=20comment=20in=20m3=20test=20call-sites?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cargo fmt --all over the merged connect() call-sites (the video_caps/ launch args landed without a fmt pass). Comment-alignment only. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/punktfunk-host/src/m3.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/punktfunk-host/src/m3.rs b/crates/punktfunk-host/src/m3.rs index 32954ad..9af3c5d 100644 --- a/crates/punktfunk-host/src/m3.rs +++ b/crates/punktfunk-host/src/m3.rs @@ -3180,7 +3180,7 @@ mod tests { CompositorPref::Auto, GamepadPref::Auto, 0, - 0, // video_caps + 0, // video_caps None, // launch None, Some((cert.clone(), key.clone())), @@ -3212,7 +3212,7 @@ mod tests { CompositorPref::Auto, GamepadPref::Auto, 0, - 0, // video_caps + 0, // video_caps None, // launch None, Some((cert, key)), @@ -3273,7 +3273,7 @@ mod tests { CompositorPref::Auto, GamepadPref::Auto, 0, - 0, // video_caps + 0, // video_caps None, // launch None, None, @@ -3300,7 +3300,7 @@ mod tests { CompositorPref::Auto, GamepadPref::Auto, 0, - 0, // video_caps + 0, // video_caps None, // launch Some(host_fp), Some((cert.clone(), key.clone())),