style(host): rustfmt — align video_caps comment in m3 test call-sites
apple / swift (push) Successful in 53s
ci / web (push) Successful in 32s
ci / rust (push) Successful in 1m36s
ci / docs-site (push) Successful in 29s
deb / build-publish (push) Successful in 2m26s
decky / build-publish (push) Successful in 22s
ci / bench (push) Successful in 4m31s
docker / build-push (., web/Dockerfile, punktfunk-web) (push) Successful in 17s
docker / build-push (--build-arg FEDORA_VERSION=44, ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora44-rpm) (push) Successful in 3m3s
docker / build-push (ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora-rpm) (push) Successful in 2m40s
docker / build-push (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Successful in 21s
docker / build-push (ci, ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Successful in 2m19s
rpm / build-publish (bazzite, punktfunk-fedora-rpm) (push) Successful in 8m17s
rpm / build-publish (fedora-44, punktfunk-fedora44-rpm) (push) Successful in 8m17s
android / android (push) Has been cancelled
docker / deploy-docs (push) Successful in 17s

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 a5b99b2928
commit d5757980f8
+4 -4
View File
@@ -3180,7 +3180,7 @@ mod tests {
CompositorPref::Auto, CompositorPref::Auto,
GamepadPref::Auto, GamepadPref::Auto,
0, 0,
0, // video_caps 0, // video_caps
None, // launch None, // launch
None, None,
Some((cert.clone(), key.clone())), Some((cert.clone(), key.clone())),
@@ -3212,7 +3212,7 @@ mod tests {
CompositorPref::Auto, CompositorPref::Auto,
GamepadPref::Auto, GamepadPref::Auto,
0, 0,
0, // video_caps 0, // video_caps
None, // launch None, // launch
None, None,
Some((cert, key)), Some((cert, key)),
@@ -3273,7 +3273,7 @@ mod tests {
CompositorPref::Auto, CompositorPref::Auto,
GamepadPref::Auto, GamepadPref::Auto,
0, 0,
0, // video_caps 0, // video_caps
None, // launch None, // launch
None, None,
None, None,
@@ -3300,7 +3300,7 @@ mod tests {
CompositorPref::Auto, CompositorPref::Auto,
GamepadPref::Auto, GamepadPref::Auto,
0, 0,
0, // video_caps 0, // video_caps
None, // launch None, // launch
Some(host_fp), Some(host_fp),
Some((cert.clone(), key.clone())), Some((cert.clone(), key.clone())),