Fixed some CI issues

This commit is contained in:
David Haig 2024-12-11 11:35:16 +00:00 committed by Simon Hausmann
parent a541116c5f
commit f2eaa4b8ac
4 changed files with 4 additions and 17 deletions

View file

@ -38,10 +38,7 @@ where
H: Hardware,
{
pub fn new(main_window: &'a MainWindow, hardware: H) -> Self {
Self {
main_window,
hardware,
}
Self { main_window, hardware }
}
pub async fn run(&mut self) {