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

@ -1 +1 @@
pub mod time;
pub mod time;

View file

@ -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]