Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
yavko committed Aug 13, 2022
1 parent 46c40b5 commit da12906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/example.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use hyprland::data::blocking::{get_monitors,get_active_window};
use hyprland::data::blocking::{get_active_window, get_monitors};
use hyprland::dispatch::{dispatch_blocking, Corner, DispatchType};
use hyprland::event_listener::EventListenerMutable as EventListener;

Expand Down
2 changes: 1 addition & 1 deletion src/data/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub enum ActiveWindow {
xwayland: bool,
},
/// If there isn't a active window
None {}
None {},
}

/// This struct holds information about a layer surface/client
Expand Down

0 comments on commit da12906

Please sign in to comment.