1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

style: run rustfmt

d'oh
This commit is contained in:
Jake Stanger 2022-11-30 22:49:49 +00:00
parent afedf0214d
commit 862c46c7ec
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
use crate::config::CommonConfig;
use crate::dynamic_string::DynamicString;
use crate::modules::{Module, ModuleInfo, ModuleUpdateEvent, ModuleWidget, WidgetContext};
use crate::popup::{ButtonGeometry, Popup};
use crate::script::Script;
use crate::dynamic_string::DynamicString;
use color_eyre::{Report, Result};
use gtk::prelude::*;
use gtk::{Button, Label, Orientation};