Skip to content

Commit

Permalink
cargo fmt
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 Sep 22, 2024
1 parent 082cb7c commit ab0b843
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
6 changes: 2 additions & 4 deletions src/app_tray/compositor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ use std::collections::{HashMap, HashSet};

use cosmic_protocols::{
toplevel_info::v1::client::{
zcosmic_toplevel_handle_v1::{ZcosmicToplevelHandleV1},
zcosmic_toplevel_info_v1,
zcosmic_toplevel_handle_v1::ZcosmicToplevelHandleV1, zcosmic_toplevel_info_v1,
},
workspace::v1::client::zcosmic_workspace_handle_v1,
};
Expand Down Expand Up @@ -38,8 +37,7 @@ use wayland_client::{
};
use wayland_protocols_plasma::plasma_window_management::client::org_kde_plasma_window_management;
use wayland_protocols_wlr::foreign_toplevel::v1::client::{
zwlr_foreign_toplevel_handle_v1::{ZwlrForeignToplevelHandleV1},
zwlr_foreign_toplevel_manager_v1,
zwlr_foreign_toplevel_handle_v1::ZwlrForeignToplevelHandleV1, zwlr_foreign_toplevel_manager_v1,
};

use crate::app_tray::AppTrayMessage;
Expand Down
5 changes: 1 addition & 4 deletions src/app_tray/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ use cctk::wayland_client::protocol::wl_seat::WlSeat;
use compositor::{
CompositorBackend, CompositorToplevelInfo, ToplevelHandle, WaylandIncoming, WaylandOutgoing,
};
use iced::{
window::Id,
Element, Task,
};
use iced::{window::Id, Element, Task};

use crate::{
component_theme::{button_style, PANEL_SIZE},
Expand Down
1 change: 0 additions & 1 deletion src/settings_tray/status_icons.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use crate::components::{app_icon, default_icon_path};

use super::SettingsTrayMessage;
Expand Down
3 changes: 2 additions & 1 deletion src/start_menu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ use iced::{
row,
scrollable::{Direction, Scrollbar},
text,
}, Element, Length, Task,
},
Element, Length, Task,
};

use crate::{
Expand Down

0 comments on commit ab0b843

Please sign in to comment.