1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 11:11: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

@ -2,13 +2,13 @@ mod bar;
mod bridge_channel;
mod clients;
mod config;
mod dynamic_string;
mod icon;
mod logging;
mod modules;
mod popup;
mod script;
mod style;
mod dynamic_string;
use crate::bar::create_bar;
use crate::config::{Config, MonitorConfig};