1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00

cargo fmt

This commit is contained in:
Wez Furlong 2021-05-02 12:59:31 -07:00
parent 6a5582f45a
commit e4d45de9ec

View File

@ -65,7 +65,8 @@ async fn spawn_window() -> Result<(), Box<dyn std::error::Error>> {
cursor_pos: Point::new(100, 200), cursor_pos: Point::new(100, 200),
}), }),
None, None,
).await?; )
.await?;
eprintln!("before show"); eprintln!("before show");
win.show().await?; win.show().await?;