chore: cargo fmt
This commit is contained in:
parent
942c8397a4
commit
171afc8be4
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
pub mod time;
|
||||
pub mod time;
|
||||
|
|
|
|||
|
|
@ -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