style(host): rustfmt — align video_caps comment in m3 test call-sites

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) <noreply@anthropic.com>
This commit is contained in:
2026-06-17 07:48:23 +00:00
parent 4df35bd026
commit c5f7d491ba
+4 -4
View File
@@ -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())),