Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Mar 2, 2024
1 parent 719d09a commit a3fe554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WindowManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ namespace Gala {

public override void start () {
daemon_manager = new DaemonManager (get_display ());
window_grab_tracker = new WindowGrabTracker (get_display());
window_grab_tracker = new WindowGrabTracker (get_display ());

show_stage ();

Expand Down

0 comments on commit a3fe554

Please sign in to comment.