From 26eb9a184330ab9658668db39eb6019247ccd04f Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 9 Oct 2025 23:08:55 +0300 Subject: [PATCH] apply fmt --- src/app/browser/proxy/rule/row.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/browser/proxy/rule/row.rs b/src/app/browser/proxy/rule/row.rs index 95b2c836..e7b2a8d3 100644 --- a/src/app/browser/proxy/rule/row.rs +++ b/src/app/browser/proxy/rule/row.rs @@ -1,7 +1,7 @@ use gtk::{ + Align, Box, Button, Entry, Switch, glib::{DateTime, GString}, prelude::{BoxExt, ButtonExt, EditableExt, WidgetExt}, - Align, Box, Button, Entry, Switch, }; pub struct Row { @@ -79,8 +79,8 @@ impl Row { let c = std::rc::Rc::new(on_delete); move |this| { use adw::{ - prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual}, AlertDialog, ResponseAppearance, + prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual}, }; const RESPONSE_CONFIRM: (&str, &str) = ("confirm", "Confirm");