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

@ -18,10 +18,12 @@ use cctk::{
},
workspace::WorkspaceState,
};
use cosmic::cctk;
use cosmic::iced::{
self,
futures::{executor::block_on, FutureExt, SinkExt},
use cosmic::{
cctk,
iced::{
self,
futures::{executor::block_on, FutureExt, SinkExt},
},
};
use futures_channel::mpsc;
use std::{cell::RefCell, collections::HashMap, fs, path::PathBuf, sync::Arc, thread};