Re-beautify file formatting again

This commit is contained in:
takotori 2023-10-28 18:07:15 +02:00
parent 90eb5ee941
commit 1e10929818

View file

@ -53,8 +53,7 @@ impl Window {
let result = y.downcast_ref::<SidebarEntry>().unwrap();
let clickEvent = result.imp().onClickEvent.borrow().onClickEvent;
(clickEvent)(flowbox.resetMain.get());
}),
);
}));
selfImp.resetClose.connect_clicked(clone!(@ weak self as window => move |_| {
window.close();