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
This commit is contained in:
parent
9f6ff29a54
commit
8bd624b5db
1 changed files with 0 additions and 2 deletions
|
@ -4270,7 +4270,6 @@ async fn test_rewrap(cx: &mut TestAppContext) {
|
|||
} else {
|
||||
//
|
||||
}
|
||||
|
||||
}
|
||||
"};
|
||||
|
||||
|
@ -4284,7 +4283,6 @@ async fn test_rewrap(cx: &mut TestAppContext) {
|
|||
} else {
|
||||
//
|
||||
}
|
||||
|
||||
}
|
||||
"};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue