chore: cargo fmt
This commit is contained in:
parent
942c8397a4
commit
171afc8be4
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright 2023 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use cosmic_config::{self, cosmic_config_derive::CosmicConfigEntry, CosmicConfigEntry};
|
||||
use cosmic_config::{self, CosmicConfigEntry, cosmic_config_derive::CosmicConfigEntry};
|
||||
|
||||
#[derive(Debug, Clone, CosmicConfigEntry, PartialEq, Eq, serde::Deserialize, serde::Serialize)]
|
||||
#[version = 1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue