Fix formatting for the entire workspace

This commit is contained in:
Antonio Scandurra 2023-04-14 12:08:33 +02:00
parent 33bc47dbe2
commit 74ca223114
5 changed files with 10 additions and 13 deletions

View file

@ -1477,7 +1477,9 @@ async fn test_host_disconnect(
.unwrap()
.downcast::<Editor>()
.unwrap();
assert!(cx_b.read_window(window_id_b, |cx| editor_b.is_focused(cx)).unwrap());
assert!(cx_b
.read_window(window_id_b, |cx| editor_b.is_focused(cx))
.unwrap());
editor_b.update(cx_b, |editor, cx| editor.insert("X", cx));
assert!(cx_b.is_window_edited(workspace_b.window_id()));