cargo fmt
This commit is contained in:
parent
7fb514bfac
commit
7555d9dfd1
2 changed files with 5 additions and 12 deletions
|
|
@ -7,12 +7,7 @@ use crate::{Config, CosmicConfigEntry};
|
|||
|
||||
pub enum ConfigState<T> {
|
||||
Init(Cow<'static, str>, u64, bool),
|
||||
Waiting(
|
||||
T,
|
||||
RecommendedWatcher,
|
||||
mpsc::Receiver<Vec<String>>,
|
||||
Config,
|
||||
),
|
||||
Waiting(T, RecommendedWatcher, mpsc::Receiver<Vec<String>>, Config),
|
||||
Failed,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue