From 697f42f309cf59ec7ab0b4fb4854d4b45ccff23f Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sun, 11 Aug 2024 22:14:28 +0859 Subject: [PATCH] chore: run fmt --- lala_bar/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lala_bar/src/main.rs b/lala_bar/src/main.rs index 3a56143..023ccc9 100644 --- a/lala_bar/src/main.rs +++ b/lala_bar/src/main.rs @@ -11,11 +11,11 @@ use iced_layershell::actions::{ LayershellCustomActionsWithIdAndInfo, LayershellCustomActionsWithInfo, }; use launcher::{LaunchMessage, Launcher}; +use zbus_mpirs::ServiceInfo; use zbus_notification::{ start_connection, ImageInfo, LaLaMako, NotifyMessage, NotifyUnit, VersionInfo, DEFAULT_ACTION, NOTIFICATION_SERVICE_PATH, }; -use zbus_mpirs::ServiceInfo; use iced_layershell::reexport::{Anchor, KeyboardInteractivity, Layer, NewLayerShellSettings}; use iced_layershell::settings::{LayerShellSettings, Settings};