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:
@@ -316,4 +316,3 @@ async fn baseline_overlay_under_root_with_track_focus_receives_click(cx: &mut Te
|
||||
around its widget tree."
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -464,7 +464,6 @@ fn wait_for_ready_frame_at_css_size(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[path = "web_surface_live_site_support.rs"]
|
||||
mod web_surface_live_site_support;
|
||||
use web_surface_live_site_support::*;
|
||||
|
||||
Reference in New Issue
Block a user