apply fmt

This commit is contained in:
yggverse 2025-10-09 23:08:55 +03:00
parent a47abac138
commit 26eb9a1843

View file

@ -1,7 +1,7 @@
use gtk::{ use gtk::{
Align, Box, Button, Entry, Switch,
glib::{DateTime, GString}, glib::{DateTime, GString},
prelude::{BoxExt, ButtonExt, EditableExt, WidgetExt}, prelude::{BoxExt, ButtonExt, EditableExt, WidgetExt},
Align, Box, Button, Entry, Switch,
}; };
pub struct Row { pub struct Row {
@ -79,8 +79,8 @@ impl Row {
let c = std::rc::Rc::new(on_delete); let c = std::rc::Rc::new(on_delete);
move |this| { move |this| {
use adw::{ use adw::{
prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual},
AlertDialog, ResponseAppearance, AlertDialog, ResponseAppearance,
prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual},
}; };
const RESPONSE_CONFIRM: (&str, &str) = ("confirm", "Confirm"); const RESPONSE_CONFIRM: (&str, &str) = ("confirm", "Confirm");