chore: format

This commit is contained in:
Gabriele Musco 2023-09-14 20:41:11 +02:00
commit d03d91b6c1
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -1,10 +1,10 @@
use crate::withclones;
use adw::prelude::*; use adw::prelude::*;
use gtk::{ use gtk::{
gio, gio,
glib::{self, GString}, glib::{self, GString},
}; };
use relm4::prelude::*; use relm4::prelude::*;
use crate::withclones;
pub fn switch_row<F: Fn(&gtk::Switch, bool) -> glib::Propagation + 'static>( pub fn switch_row<F: Fn(&gtk::Switch, bool) -> glib::Propagation + 'static>(
title: &str, title: &str,