chore: cargo fmt

This commit is contained in:
Ashley Wulber 2025-05-19 23:51:43 -04:00 committed by Michael Murphy
parent 942c8397a4
commit 171afc8be4
3 changed files with 3 additions and 3 deletions

View file

@ -42,8 +42,8 @@ use cosmic_settings_subscriptions::{
};
use cosmic_time::{anim, chain, id, once_cell::sync::Lazy, Instant, Timeline};
use std::{collections::HashMap, path::PathBuf, time::Duration};
use cosmic::widget::text_input;
use std::{collections::HashMap, path::PathBuf, time::Duration};
use tokio::sync::mpsc::UnboundedSender;
// XXX improve