style(host/windows): rustfmt the Windows backends

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-15 01:50:16 +00:00
parent 46faa0dfc9
commit 50dec9e7cb
12 changed files with 177 additions and 93 deletions
+2 -2
View File
@@ -540,10 +540,10 @@ mod gamescope;
mod kwin;
#[cfg(target_os = "linux")]
mod mutter;
#[cfg(target_os = "linux")]
mod wlroots;
#[cfg(target_os = "windows")]
mod sudovda;
#[cfg(target_os = "linux")]
mod wlroots;
#[cfg(test)]
mod tests {