Format imports

This commit is contained in:
Ian Douglas Scott 2024-04-24 13:00:40 -07:00
parent 76daf6e980
commit ee1d54a12b
8 changed files with 42 additions and 34 deletions

View file

@ -187,7 +187,7 @@ impl AppData {
}
}
fn start(conn: Connection) -> mpsc::Receiver<Event> {
fn start(_conn: Connection) -> mpsc::Receiver<Event> {
let (sender, receiver) = mpsc::channel(20);
thread::spawn(move || {
let mut event_loop = calloop::EventLoop::try_new().unwrap();