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:
@@ -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())),
|
||||
|
||||
Reference in New Issue
Block a user