cargo fmt

This commit is contained in:
Shawn Wallace 2024-10-23 02:29:45 -04:00
parent dc1f8a753d
commit b988762955
2 changed files with 6 additions and 3 deletions

View file

@ -1308,8 +1308,7 @@ fn output_offset() {
data.role
);
}
f.testwl
.configure_toplevel(t_id, 100, 100, vec![]);
f.testwl.configure_toplevel(t_id, 100, 100, vec![]);
f.testwl.focus_toplevel(t_id);
f.run();