style: rustfmt sweep — 107 files the lint gate never saw

This branch predates CI on `main`. `cargo fmt --all` only; no behaviour.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-09-12 16:34:40 +02:00
parent 4d1d5a1f2e
commit 62376dd4a1
107 changed files with 3489 additions and 1280 deletions

View File

@@ -655,7 +655,9 @@ fn cmd_screen_render(
Some(t)
}
_ => {
println!("no settle window (fewer than two distinct keyframe times) — using rest()");
println!(
"no settle window (fewer than two distinct keyframe times) — using rest()"
);
None
}
}