chore(code): simple code cleanup

This commit is contained in:
Alex Zenla
2024-07-20 23:08:59 -07:00
parent 2a107a370f
commit 2a4802a75d
15 changed files with 20 additions and 21 deletions

View File

@ -51,7 +51,7 @@ impl ControlCommand {
ControlCommands::Device(device) => device.run(client, events).await,
ControlCommands::Host(snoop) => snoop.run(client, events).await,
ControlCommands::Host(host) => host.run(client, events).await,
}
}
}

View File

@ -106,7 +106,7 @@ impl ZoneTopApp {
break;
}
}
};
}
}
Ok(())
}