mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
cargo fmt
This commit is contained in:
parent
6a5582f45a
commit
e4d45de9ec
@ -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?;
|
||||||
|
Loading…
Reference in New Issue
Block a user