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:
parent
afedf0214d
commit
862c46c7ec
3 changed files with 3 additions and 3 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue