Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Dec 3, 2024
1 parent fbe848f commit 660ceb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HidableWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class Gala.HidableWindow : GLib.Object {
public void hide_window () {
unowned var actor = (Meta.WindowActor) _window.get_compositor_private ();
if (actor != null) {
actor.visible = false;;
actor.visible = false;
}

if (!Meta.Util.is_wayland_compositor ()) {
Expand Down

0 comments on commit 660ceb2

Please sign in to comment.