Skip to content

Commit

Permalink
Update examples/iced.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Apr 8, 2024
1 parent b4028ee commit 469609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/iced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl Example {
sender
.send(ProgramCommands::Received(format!("{:?}", event)))
.await
.unwarp();
.unwrap();
}
async_std::task::sleep(std::time::Duration::from_millis(50)).await;
}
Expand Down

0 comments on commit 469609a

Please sign in to comment.