mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
run cargo fmt on code
This commit is contained in:
@@ -13,8 +13,6 @@ use relm4::Widgets;
|
||||
|
||||
use gtk::prelude::*;
|
||||
|
||||
|
||||
|
||||
use crate::ui::app::model::AppModel;
|
||||
use crate::ui::components::toolbox_apps::messages::ToolboxAppDialogMsg;
|
||||
|
||||
@@ -25,8 +23,6 @@ pub struct AppFactoryWidgets {
|
||||
pub app_box: gtk::Box,
|
||||
}
|
||||
|
||||
|
||||
|
||||
#[relm4::widget(pub)]
|
||||
impl Widgets<ToolboxAppDialogModel, AppModel> for ToolboxAppDialogWidgets {
|
||||
view! {
|
||||
@@ -59,7 +55,7 @@ impl Widgets<ToolboxAppDialogModel, AppModel> for ToolboxAppDialogWidgets {
|
||||
factory!(model.apps),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user