chore: format
This commit is contained in:
parent
90ad3e9e1b
commit
1af2f4ffe5
3 changed files with 64 additions and 53 deletions
|
|
@ -8,7 +8,12 @@ use crate::{Config, CosmicConfigEntry};
|
|||
|
||||
pub enum ConfigState<T> {
|
||||
Init(Cow<'static, str>, u64, bool),
|
||||
Waiting(T, Debouncer<RecommendedWatcher, RecommendedCache>, mpsc::Receiver<Vec<String>>, Config),
|
||||
Waiting(
|
||||
T,
|
||||
Debouncer<RecommendedWatcher, RecommendedCache>,
|
||||
mpsc::Receiver<Vec<String>>,
|
||||
Config,
|
||||
),
|
||||
Failed,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue