From 8bd624b5db035862ecb89a4cf126167f572712af Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 20 Sep 2024 13:06:43 -0400 Subject: [PATCH] editor: Remove unneeded blank lines in rewrap test cases (#18152) This PR removes some unneeded blank lines from some of the test cases for `editor::Rewrap`. These weren't meaningful to the test, and their presence could be confusing. Release Notes: - N/A --- crates/editor/src/editor_tests.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/editor/src/editor_tests.rs b/crates/editor/src/editor_tests.rs index 85684db818..5927c22cb0 100644 --- a/crates/editor/src/editor_tests.rs +++ b/crates/editor/src/editor_tests.rs @@ -4270,7 +4270,6 @@ async fn test_rewrap(cx: &mut TestAppContext) { } else { // } - } "}; @@ -4284,7 +4283,6 @@ async fn test_rewrap(cx: &mut TestAppContext) { } else { // } - } "};