mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 03:24:52 +00:00
chore: format
This commit is contained in:
parent
17d7d74805
commit
d03d91b6c1
1 changed files with 1 additions and 1 deletions
|
@ -1,10 +1,10 @@
|
|||
use crate::withclones;
|
||||
use adw::prelude::*;
|
||||
use gtk::{
|
||||
gio,
|
||||
glib::{self, GString},
|
||||
};
|
||||
use relm4::prelude::*;
|
||||
use crate::withclones;
|
||||
|
||||
pub fn switch_row<F: Fn(>k::Switch, bool) -> glib::Propagation + 'static>(
|
||||
title: &str,
|
||||
|
|
Loading…
Add table
Reference in a new issue