From cccc7f261485972084b8f8337406523ee6afddaa Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:59:52 +0900 Subject: [PATCH] format --- wlx-overlay-s/src/gui/panel/helper.rs | 2 +- wlx-overlay-s/src/gui/panel/label.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wlx-overlay-s/src/gui/panel/helper.rs b/wlx-overlay-s/src/gui/panel/helper.rs index 63889d6a..9594103c 100644 --- a/wlx-overlay-s/src/gui/panel/helper.rs +++ b/wlx-overlay-s/src/gui/panel/helper.rs @@ -4,8 +4,8 @@ use std::{ io::{BufRead, BufReader, Read}, process::Child, sync::{ - mpsc::{self, Receiver}, Arc, LazyLock, + mpsc::{self, Receiver}, }, thread::JoinHandle, }; diff --git a/wlx-overlay-s/src/gui/panel/label.rs b/wlx-overlay-s/src/gui/panel/label.rs index 4a8aead3..e2c8a589 100644 --- a/wlx-overlay-s/src/gui/panel/label.rs +++ b/wlx-overlay-s/src/gui/panel/label.rs @@ -17,8 +17,8 @@ use wgui::{ event::{self, EventCallback}, i18n::Translation, layout::Layout, - parser::{parse_color_hex, CustomAttribsInfoOwned}, - widget::{label::WidgetLabel, EventResult}, + parser::{CustomAttribsInfoOwned, parse_color_hex}, + widget::{EventResult, label::WidgetLabel}, }; use crate::{gui::panel::helper::PipeReaderThread, state::AppState};