Skip to content

Commit

Permalink
chore: cargo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
  • Loading branch information
ryanabx committed Aug 22, 2024
1 parent 68e30ff commit aeafcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app_tray/compositor/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{collections::HashMap, env};
use std::collections::HashMap;

use cctk::toplevel_info::ToplevelInfo;
use cosmic_comp::CosmicCompBackend;
Expand Down
2 changes: 1 addition & 1 deletion src/panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use iced::{

use crate::{
app_tray::{AppTray, AppTrayMessage},
config::{AppTrayConfig, PanelConfig},
config::PanelConfig,
settings_tray::{SettingsTray, SettingsTrayMessage},
};

Expand Down

0 comments on commit aeafcfc

Please sign in to comment.