style(vdisplay/mutter): drop trailing blank line (rustfmt --check)

The stray blank line after build_primary_config tripped cargo fmt --all
--check in CI. Formatting only, no code change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-13 13:36:22 +00:00
parent 263eab31e3
commit 8970cfe188
@@ -474,4 +474,3 @@ fn build_primary_config(vconn: &str, vmode: &str) -> Vec<ApplyLogical> {
vec![(vconn.to_string(), vmode.to_string(), HashMap::new())], vec![(vconn.to_string(), vmode.to_string(), HashMap::new())],
)] )]
} }