Skip to content

Commit fa5668d

Browse files
committed
Fix lint
1 parent c5bd0b4 commit fa5668d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InternalUtils.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ namespace Gala {
354354
public static bool get_x11_in_fullscreen (Meta.Display display) {
355355
var primary_monitor = display.get_primary_monitor ();
356356
var is_in_fullscreen = display.get_monitor_in_fullscreen (primary_monitor);
357-
return !Meta.Util.is_wayland_compositor () && is_in_fullscreen;;
357+
return !Meta.Util.is_wayland_compositor () && is_in_fullscreen;
358358
}
359359
}
360360
}

0 commit comments

Comments
 (0)