mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +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),
|
||||
}),
|
||||
None,
|
||||
).await?;
|
||||
)
|
||||
.await?;
|
||||
|
||||
eprintln!("before show");
|
||||
win.show().await?;
|
||||
|
Loading…
Reference in New Issue
Block a user