style: run rustfmt

d'oh
This commit is contained in:
Jake Stanger
2022-11-30 22:49:49 +00:00
parent afedf0214d
commit 862c46c7ec
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};