style: drop stray blank lines left by the test-file splits

The `sed`-based extractions in the preceding three split commits each
left one extra blank line at the cut boundary, which `cargo fmt --all
--check` (a CI gate) rejects. Whitespace only — no code change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-29 13:53:41 -04:00
co-authored by Claude Opus 4.8
parent 7fc73e6ac8
commit 207eeaf54c
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -263,4 +263,3 @@ fn detach_split_pane_refreshes_saved_split_title() -> Result<(), Box<dyn Error>>
assert_eq!(layout.pane_count(), 2);
Ok(())
}