From 4a9f8bf90a8e025c013c714d394eba22950fc2df Mon Sep 17 00:00:00 2001 From: dashie Date: Fri, 15 Dec 2023 17:48:35 +0000 Subject: [PATCH] chore: Format --- src/components/window/reset_window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/window/reset_window.rs b/src/components/window/reset_window.rs index f1defcb..db84618 100644 --- a/src/components/window/reset_window.rs +++ b/src/components/window/reset_window.rs @@ -3,7 +3,7 @@ use adw::subclass::prelude::ObjectSubclassIsExt; use adw::BreakpointCondition; use glib::Object; use gtk::gio::ActionEntry; -use gtk::{gio, glib, Application, ListBoxRow, Orientation, AccessibleRole}; +use gtk::{gio, glib, AccessibleRole, Application, ListBoxRow, Orientation}; use gtk::{prelude::*, DirectionType}; use crate::components::window::handle_sidebar_click::*;